diff --git a/setup.py b/setup.py index b46a92fa9..945299d74 100644 --- a/setup.py +++ b/setup.py @@ -113,8 +113,8 @@ def run(self): # Trove classifiers # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers 'Environment :: Console', - 'Development Status :: 3 - Alpha', - 'License :: WTFPL', + 'Development Status :: 4 - Beta', + 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Operating System :: Unix',