We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c235df8 commit c80923cCopy full SHA for c80923c
pyproject.toml
@@ -24,6 +24,10 @@ classifiers = [
24
"Intended Audience :: Education",
25
"Topic :: Scientific/Engineering",
26
"Topic :: Software Development :: Libraries",
27
+ "Operating System :: MacOS",
28
+ "Operating System :: Microsoft :: Windows",
29
+ "Operating System :: POSIX",
30
+ "Operating System :: Unix",
31
"Programming Language :: Python :: 3.11",
32
"Programming Language :: Python :: 3.12",
33
"Programming Language :: Python :: 3.13",
@@ -55,7 +59,6 @@ all = [
55
59
"Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues"
56
60
57
61
[tool.setuptools]
58
-platforms = ["Any"]
62
license-files = ["LICENSE.txt"]
63
64
[tool.setuptools.packages.find]
0 commit comments