From 9c3863a6036128089daeffe782b736e248d15dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 2 Apr 2018 16:15:53 +0300 Subject: [PATCH] Fixed dependencies and added more classifiers --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 941445ad..f2b5eed9 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,10 @@ long_description='Tiko\'n es una herramienta para desarrollar modelos de agroecología (relaciones tróficas' 'entre insectos, enfermedades, y plantas). Está escrito para permitir la integración de modelos' 'de cultivos existentes.', - requires=['pymc', 'numpy', 'matplotlib', 'scipy', 'SALib', 'pathvalidate', 'pymc3', 'theano'], + install_requires=['pymc', 'numpy', 'matplotlib', 'scipy', 'SALib', 'pathvalidate', 'pymc3', 'theano'], classifiers=[ + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.6', ], package_data={