Browse Source

Merge pull request #436 from teebes/master

Specifying Python version metadata in setup
pull/411/merge
Ron DuPlain 13 years ago
parent
commit
cb3d0b931d
  1. 3
      setup.py

3
setup.py

@ -100,6 +100,9 @@ setup(
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', '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 :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules' 'Topic :: Software Development :: Libraries :: Python Modules'
], ],

Loading…
Cancel
Save