From 2eeba10bcdf0fe1fb5205c287ce978394d8ac757 Mon Sep 17 00:00:00 2001 From: "Federico J. Fernandez" Date: Wed, 19 Apr 2017 09:02:16 -0300 Subject: [PATCH] Missing separator --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2411f2..36af489 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run(self): classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5' + 'Programming Language :: Python :: 3.5', 'License :: OSI Approved :: BSD License' ], packages=find_packages(exclude=['*.tests']),