dependencie form
This commit is contained in:
parent
d1c8618348
commit
63d21ec92b
@ -1,5 +1,3 @@
|
|||||||
Jinja2==2.7.3
|
Jinja2==2.7.3
|
||||||
path.py==5.2
|
path.py==5.2
|
||||||
-e git+gitolite:pyMath.git
|
-e git+http://git.poneyworld.net/pyMath/#egg=pyMath
|
||||||
pyparsing==2.0.3
|
|
||||||
sympy==0.7.6
|
|
||||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ setup(name='Opytex',
|
|||||||
author='Benjamin Bertrand',
|
author='Benjamin Bertrand',
|
||||||
author_email='lafrite@poneyworld.net',
|
author_email='lafrite@poneyworld.net',
|
||||||
packages=['opytex'],
|
packages=['opytex'],
|
||||||
install_requiers=['jinja2', 'pyMath', 'path'],
|
install_requiers=['jinja2', 'pyMath', 'path.py'],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
"console_scripts": ['opytex= opytex.opytex:main']
|
"console_scripts": ['opytex= opytex.opytex:main']
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user