Merge pull request #225 from hwkns/patch-1

Added missing trove classifiers to setup.py  Fixes #200
This commit is contained in:
Bradley Ayers 2015-02-15 06:31:56 +11:00
commit 02b72b448b
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries',
],