Skip to content

Commit

Permalink
Fix setup_requires using a set
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Jun 25, 2018
1 parent 23c7de2 commit 5ff6750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ def run(self):
'django-nose',
'mock>=1.0,<2.0',
),
setup_requires={
setup_requires=(
'wheel>=0.24',
},
),
classifiers=(
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 5ff6750

Please sign in to comment.