Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33 from attilammagyar/master
Browse files Browse the repository at this point in the history
setup.py: s/requires/install_requires/ so dependencies will be installed together with typesafety
  • Loading branch information
herczy authored Mar 5, 2018
2 parents fcc05a8 + 3d5ac32 commit 162acec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
are valid.
""",
license="LGPLv2+",
version="2.1.0",
version="2.1.1",
author="Viktor Hercinger",
author_email="[email protected]",
maintainer="Viktor Hercinger",
Expand Down Expand Up @@ -65,7 +65,7 @@
],
'pytest11': ['pytest_typesafety = typesafety.pytest_typesafety'],
},
requires=[
install_requires=[
'nose',
'sphinx',
'typing_inspect',
Expand Down

0 comments on commit 162acec

Please sign in to comment.