diff --git a/setup.py b/setup.py index 4c551dc..17d4666 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name='Opytex', author='Benjamin Bertrand', author_email='lafrite@poneyworld.net', packages=['opytex'], - install_requiers=['jinja2', 'pyMath', 'path.py'], + install_requires=['jinja2', 'pyMath', 'path.py'], entry_points = { "console_scripts": ['opytex= opytex.opytex:main'] },