Browse Source

Specifying supported Python versions in setup.py metadata

pull/436/head
Thibaud Morel 13 years ago
parent
commit
8216e036e9
  1. 3
      setup.py

3
setup.py

@ -100,6 +100,9 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
],

Loading…
Cancel
Save