Skip to content

Commit eadd81d

Browse files
authored
minor fix in setup.py (comma before appnope)
1 parent 0d59200 commit eadd81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def run(self):
8080
'traitlets>=4.1.0',
8181
'jupyter_client',
8282
'tornado>=4.2',
83-
'matplotlib-inline>=0.1.0,<0.2.0'
83+
'matplotlib-inline>=0.1.0,<0.2.0',
8484
'appnope;platform_system=="Darwin"',
8585
],
8686
extras_require={

0 commit comments

Comments
 (0)