Skip to content

Commit

Permalink
Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-Gon committed Feb 20, 2020
1 parent 0a2c15b commit ef96421
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ dist
eggs
sdist
develop-eggs
make.bat
build*
Makefile

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
author='Nelson Gonzabato',
author_email='gonzabato@hotmail.com',
license='MIT',
keywords = "nutrition food agriculture rest api",
packages=find_packages(),
long_description = open(README.md).read(),
install_requires=['requests', 'pandas'],
python_requires='>=3.6',
zip_safe=False)

0 comments on commit ef96421

Please sign in to comment.