add version classifiers
This commit is contained in:
parent
954312e0d6
commit
0a9d0d86d3
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -42,6 +42,9 @@ setup(
|
|||
classifiers = [
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue