Skip to content

Commit 8f17eac

Browse files
authored
Merge pull request #709 from jstriebel/patch-1
[bugfix] fix in setup.py (comma before appnope)
2 parents 7cbe724 + eadd81d commit 8f17eac

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)