Skip to content

Commit

Permalink
Merge pull request #2 from agronholm/patch-1
Browse files Browse the repository at this point in the history
Arreglé la dependencias y agregué clasificadores adicionales. / Fixed dependencies and added more classifiers
  • Loading branch information
julienmalard authored Apr 2, 2018
2 parents f73720e + 9c3863a commit fb5512a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit fb5512a

Please sign in to comment.