diff --git a/setup.py b/setup.py index c74c11fce..e4eaff647 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( 'Programming Language :: Python :: 3.8', ], - nstall_requires=install_requires, + install_requires=install_requires, entry_points={ 'console_scripts': [ 'wger = wger.__main__:main',