Merge pull request #31 from JeffPaine/setup

Add trove classifiers to setup.py for python versions
This commit is contained in:
Kenneth Reitz 2014-03-03 13:09:19 -05:00
commit ebb012f3af

View file

@ -56,6 +56,13 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
]
)