nice download for pyMath
This commit is contained in:
parent
d11ffc698d
commit
df692ebb91
10
setup.py
10
setup.py
@ -9,13 +9,13 @@ setup(name='Opytex',
|
|||||||
author='Benjamin Bertrand',
|
author='Benjamin Bertrand',
|
||||||
author_email='lafrite@poneyworld.net',
|
author_email='lafrite@poneyworld.net',
|
||||||
packages=['opytex'],
|
packages=['opytex'],
|
||||||
install_requires=['jinja2==2.7.3',
|
install_requires=['jinja2',
|
||||||
'path.py==5.2',
|
'path.py',
|
||||||
'pyMath=1.1',
|
'pyMath',
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
"git+http://http://git.poneyworld.net/pyMath/#egg=pyMath-1.1"
|
"git+http://git.poneyworld.net/pyMath/#egg=pyMath",
|
||||||
]
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
"console_scripts": ['opytex= opytex.opytex:main']
|
"console_scripts": ['opytex= opytex.opytex:main']
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user