diff --git a/setup.py b/setup.py index 9ef1633d..81796502 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ classifiers = ['Development Status :: 4 - Beta', 'License :: OSI Approved :: BSD License', 'Programming Language :: C', - 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Server'], py_modules = ['bjoern'], ext_modules = [bjoern_extension]