From 3ba026bc8cbbaa07577acf8859deb2c3267f3e45 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 11 Feb 2025 13:01:40 +0800 Subject: [PATCH] Specify supported platforms with classifiers --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61c6a541fef..c8b59a5d984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,10 @@ classifiers = [ "Intended Audience :: Education", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries", + "Operating System :: MacOS", + "Operating System :: Microsoft :: Windows", + "Operating System :: POSIX", + "Operating System :: Unix", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", @@ -55,7 +59,6 @@ all = [ "Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues" [tool.setuptools] -platforms = ["Any"] license-files = ["LICENSE.txt"] [tool.setuptools.packages.find]