From 09cdca4d7301ff8cea0d7f0676be5f3e6f584538 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 2 Mar 2015 22:24:11 -0500 Subject: Use dash in requirement name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d91e0e..e568ac2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with io.open('README.txt', encoding='utf-8') as readme: long_description = readme.read() needs_pytest = {'pytest', 'test'}.intersection(sys.argv) -pytest_runner = ['pytest_runner'] if needs_pytest else [] +pytest_runner = ['pytest-runner'] if needs_pytest else [] needs_sphinx = {'release', 'build_sphinx', 'upload_docs'}.intersection(sys.argv) sphinx = ['sphinx'] if needs_sphinx else [] -- cgit v1.2.1