Skip to content

Commit

Permalink
Merge pull request #72 from vaibhavsagar/patch-1
Browse files Browse the repository at this point in the history
Add trove classifiers.
  • Loading branch information
rohitagarwal003 committed Dec 3, 2014
2 parents cf582e7 + c2f6fe0 commit 4b70804
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@ def read(fname):
packages=['qds_sdk'],
scripts=['bin/qds.py'],
install_requires=INSTALL_REQUIRES,
long_description=read('README.rst')
long_description=read('README.rst'),
classifiers=[
"Environment :: Console",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4"
]
)

0 comments on commit 4b70804

Please sign in to comment.