diff --git a/setup.py b/setup.py index a1c2b90..239d7b0 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ are valid. """, license="LGPLv2+", - version="2.1.0", + version="2.1.1", author="Viktor Hercinger", author_email="viktor.hercinger@balabit.com", maintainer="Viktor Hercinger", @@ -65,7 +65,7 @@ ], 'pytest11': ['pytest_typesafety = typesafety.pytest_typesafety'], }, - requires=[ + install_requires=[ 'nose', 'sphinx', 'typing_inspect',