From 2a8e084b51f11b29cfcb389ae74cb1d073831771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 23 Oct 2015 13:27:24 +0200 Subject: [PATCH] Added a missing comma that broke the build... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8eb944d..86b7837f 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ EXTRA_REQUIRES = dict( # Documentation dependencies "sphinx>=1.3", "sphinxcontrib-httpdomain", - "sphinx_rtd_theme" + "sphinx_rtd_theme", # PyPi upload related "pypandoc"