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

Commit 72306cb

Browse files
tiagocordeiroA-Scott-Rowe
authored andcommitted
Added classifiers to setup.py (#132)
Fixes badge problem (Python 3 Read / Block) in PyUp.io
1 parent 589fe3c commit 72306cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
maintainer_email='connect@quandl.com',
5555
url='https://github.com/quandl/quandl-python',
5656
license='MIT',
57+
classifiers=[
58+
"Intended Audience :: Developers",
59+
"License :: OSI Approved :: MIT License",
60+
"Operating System :: OS Independent",
61+
"Programming Language :: Python :: 2.7",
62+
"Programming Language :: Python :: 3",
63+
],
5764
install_requires=install_requires,
5865
tests_require=[
5966
'flake8',

0 commit comments

Comments
 (0)