Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
Added classifiers to setup.py (#132)
Browse files Browse the repository at this point in the history
Fixes badge problem (Python 3 Read / Block) in PyUp.io
  • Loading branch information
tiagocordeiro authored and A-Scott-Rowe committed Feb 7, 2019
1 parent 589fe3c commit 72306cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
maintainer_email='[email protected]',
url='https://github.com/quandl/quandl-python',
license='MIT',
classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
],
install_requires=install_requires,
tests_require=[
'flake8',
Expand Down

0 comments on commit 72306cb

Please sign in to comment.