diff --git a/setup.py b/setup.py index 9d7ff82..92aa71b 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,13 @@ maintainer_email='connect@quandl.com', 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',