missspelling in setup.py
This commit is contained in:
parent
63d21ec92b
commit
ee1d4f8666
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.py'],
|
install_requires=['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