Skip to content

Commit

Permalink
REL: Add more Trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Nov 29, 2022
1 parent 5e445e8 commit 9a11a4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ def run(self):
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand All @@ -166,6 +170,8 @@ def run(self):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
# Could also include keywords, download_url, project_urls, etc.
# Custom commands
Expand Down

0 comments on commit 9a11a4c

Please sign in to comment.