From 822b1e92929877a7f121f716a437333b2e8711ec Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 10 Feb 2015 23:26:24 -0600 Subject: [PATCH] Fix spacing issue --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbdbed4e..24248cc4 100644 --- a/setup.py +++ b/setup.py @@ -205,7 +205,7 @@ def main(): ], install_requires=[ - "numpy", + "numpy", "pytools>=2014.2", "pytest>=2", "decorator>=3.2.0", -- GitLab