Skip to content

Commit 730bd97

Browse files
committed
Fix setup_requires using a set
1 parent bbbee76 commit 730bd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ def run(self):
158158
'django-nose',
159159
'mock>=1.0,<2.0',
160160
),
161-
setup_requires={
161+
setup_requires=(
162162
'wheel>=0.24',
163-
},
163+
),
164164
classifiers=(
165165
'Development Status :: 5 - Production/Stable',
166166
'Environment :: Web Environment',

0 commit comments

Comments
 (0)