diff --git a/setup.py b/setup.py index f98410c..9587816 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,14 @@ setuptools.setup( packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", + "Environment :: Console", + "Intended Audience :: Developers", + "Topic :: Scientific/Engineering :: Artificial Intelligence", ], python_requires=">=3.6", install_requires=load_requirements(),