Merge pull request #436 from teebes/master

Specifying Python version metadata in setup
This commit is contained in:
Ron DuPlain 2012-03-12 11:34:07 -07:00
commit cb3d0b931d

View file

@ -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'
],