We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6319 commit c3cc26cCopy full SHA for c3cc26c
1 file changed
setup.py
@@ -6,7 +6,9 @@
6
7
setup(
8
name = 'pyforchange',
9
- packages=find_packages(),
+ packages=find_packages(),
10
+ install_requires=['os','pandas','json','math'],
11
+ python_requires='>=3',
12
include_package_data=True, # muy importante para que se incluyan archivos sin extension .py
13
version = '2.0.3',
14
description ="pythonforchange.github.io",
0 commit comments