Skip to content

Commit 9293af3

Browse files
committed
Fix syntax
1 parent b2b44cd commit 9293af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
]
8383

8484
extras_require = setuptools_args['extras_require'] = {
85-
test = ['nose2'],
85+
'test': ['nose2'],
8686
}
8787

8888
if 'setuptools' in sys.modules:

0 commit comments

Comments
 (0)