From 7e652620f7f7b865e806c1f892589c3a46a93f5f Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Fri, 22 Oct 2021 09:28:00 +0100 Subject: [PATCH] fix missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a99a68f12..6bfc9ab93 100644 --- a/setup.py +++ b/setup.py @@ -264,7 +264,7 @@ setup( "py_rinterpolate", "seaborn", "setproctitle", - "simplejson" + "simplejson", "strip-ansi", ], include_package_data=True, -- GitLab