From df4da75535562369341599d351108095991f1317 Mon Sep 17 00:00:00 2001 From: gcarq Date: Fri, 29 Sep 2017 20:15:54 +0200 Subject: [PATCH] add pypi classifiers --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0442cf97c..46d7a15a2 100644 --- a/setup.py +++ b/setup.py @@ -32,4 +32,10 @@ setup(name='freqtrade', "git+https://github.com/ericsomdahl/python-bittrex.git@d7033d0#egg=python-bittrex-0.1.3" ], include_package_data=True, - zip_safe=False) + zip_safe=False, + classifiers=[ + 'Programming Language :: Python :: 3.6', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'Topic :: Office/Business :: Financial :: Investment', + 'Intended Audience :: Science/Research', + ])