Skip to content

Commit c80923c

Browse files
authored
Specify supported platforms with classifiers (#3800)
1 parent c235df8 commit c80923c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ classifiers = [
2424
"Intended Audience :: Education",
2525
"Topic :: Scientific/Engineering",
2626
"Topic :: Software Development :: Libraries",
27+
"Operating System :: MacOS",
28+
"Operating System :: Microsoft :: Windows",
29+
"Operating System :: POSIX",
30+
"Operating System :: Unix",
2731
"Programming Language :: Python :: 3.11",
2832
"Programming Language :: Python :: 3.12",
2933
"Programming Language :: Python :: 3.13",
@@ -55,7 +59,6 @@ all = [
5559
"Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues"
5660

5761
[tool.setuptools]
58-
platforms = ["Any"]
5962
license-files = ["LICENSE.txt"]
6063

6164
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)