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