Skip to content

Commit

Permalink
Drop nose from the setuptools definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppentchev committed May 14, 2020
1 parent e10f277 commit c3c38d6
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 @@ -25,6 +25,6 @@
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Testing',
],
setup_requires=['enum34; python_version < "3"', 'nose'],
install_requires=['enum34; python_version < "3"', 'nose'],
setup_requires=['enum34; python_version < "3"'],
install_requires=['enum34; python_version < "3"'],
)

0 comments on commit c3c38d6

Please sign in to comment.