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 Sep 10, 2018
1 parent bbbee76 commit 730bd97
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 @@ -158,9 +158,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 730bd97

Please sign in to comment.