forked from orbit-oss/flask
Merge pull request #436 from teebes/master
Specifying Python version metadata in setup
This commit is contained in:
commit
cb3d0b931d
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue