diff -up isrcsubmit-2.0.1/setup.py~ isrcsubmit-2.0.1/setup.py --- isrcsubmit-2.0.1/setup.py~ 2015-06-06 14:52:53.000000000 +0300 +++ isrcsubmit-2.0.1/setup.py 2015-06-29 19:27:40.260709732 +0300 @@ -51,8 +51,6 @@ else: args = {} if have_setuptools: args["install_requires"] = ["discid >=1.0.0", "musicbrainzngs >=0.4"], - # we load isrcsubmit on setup - args["setup_requires"] = args["install_requires"], class Test(Command): description = "run the test suite"