From b7f0e61bd53130b7780811dd14622721b6186312 Mon Sep 17 00:00:00 2001 From: Will Roper Date: Wed, 12 Feb 2025 20:09:55 +0000 Subject: [PATCH] Fixing metadata to be PyPi compliant --- pyproject.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c0c53452..5f517fff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,17 +60,12 @@ maintainers = [ # Classifiers classifiers = [ # Optional - # How mature is this project? Common values are - # 3 - Alpha - # 4 - Beta - # 5 - Production/Stable "Development Status :: 4 - Beta", # 3 Alpha/4 Beta/5 Production/Stable - "Intended Audience :: Astronomers", - "Topic :: Synthetic Observations", - "License :: GNU GENERAL PUBLIC LICENSE v3.0", + "Intended Audience :: Science/Research", + "Topic :: Scientific/Engineering :: Astronomy", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", # Supported Python versions - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",