diff --git a/setup.py b/setup.py index 4b4bcd9..01ab476 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,12 @@ classifiers=[ "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + 'Environment :: Other Environment', + 'Intended Audience :: Developers', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Development Status :: 4 - Beta' ], install_requires=[ 'packaging>=16',