diff --git a/setup.py b/setup.py index e2411f2..36af489 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run(self): classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5' + 'Programming Language :: Python :: 3.5', 'License :: OSI Approved :: BSD License' ], packages=find_packages(exclude=['*.tests']),