From eadd81df4c81c0ed8a0730bf0b66b593c565f7c4 Mon Sep 17 00:00:00 2001 From: Jonathan Striebel Date: Fri, 2 Jul 2021 11:28:11 +0200 Subject: [PATCH] minor fix in setup.py (comma before appnope) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0080adb2..94594fe70 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def run(self): 'traitlets>=4.1.0', 'jupyter_client', 'tornado>=4.2', - 'matplotlib-inline>=0.1.0,<0.2.0' + 'matplotlib-inline>=0.1.0,<0.2.0', 'appnope;platform_system=="Darwin"', ], extras_require={