From 574cc3f556299dd09aace9832f06a1472c4520b6 Mon Sep 17 00:00:00 2001
From: Lennart Landsmeer <lennart@landsmeer.email>
Date: Tue, 9 Feb 2021 10:38:09 +0100
Subject: [PATCH] Add missing comma in setup.py (#1358)

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9bb49a0e..f7d3f057 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ class install_command(install):
                         'none, cuda, cuda-clang, hip'),
         ('vec',   None, 'enable vectorization'),
         ('arch=', None, 'cpu architecture, e.g. haswell, skylake, armv8.2-a+sve, znver2 (default native).'),
-        ('neuroml', None, 'enable parsing neuroml morphologies in Arbor (requires libxml)')
+        ('neuroml', None, 'enable parsing neuroml morphologies in Arbor (requires libxml)'),
         ('sysdeps', None, 'don\'t use bundled 3rd party C++ dependencies (pybind11 and json). This flag forces use of dependencies installed on the system.')
     ]
 
-- 
GitLab