Browse Source

Add Python 3.3 classifier

pull/766/head
Daniel Neuhäuser 11 years ago
parent
commit
41171d11ae
  1. 1
      setup.py

1
setup.py

@ -104,6 +104,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
],

Loading…
Cancel
Save