Skip to content

Commit

Permalink
Fixing metadata to be PyPi compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
WillJRoper authored Feb 12, 2025
1 parent 86c7b85 commit b7f0e61
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b7f0e61

Please sign in to comment.