From 9a11a4cf307eb93013eea2fcab9a0db3679339bb Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 29 Nov 2022 12:39:46 -0600 Subject: [PATCH] REL: Add more Trove classifiers --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 285a6b2..6fca7ad 100755 --- a/setup.py +++ b/setup.py @@ -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", @@ -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