Skip to content

Commit

Permalink
State missing Python 3 support in classifiers.
Browse files Browse the repository at this point in the history
Bjoern fails to build for Python 3, so it should be noted in the classifier that support is missing.
  • Loading branch information
defnull authored Aug 26, 2016
1 parent acbae88 commit e13a055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e13a055

Please sign in to comment.