From 92aa3655f282cb6fe00c1ba3aaa10e17f3107782 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 19 Aug 2015 23:10:09 -0500
Subject: [PATCH] Fix Trove classifiers

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index bb3ed1e..d690018 100644
--- a/setup.py
+++ b/setup.py
@@ -247,8 +247,8 @@ def main():
               'Programming Language :: Python :: 3',
               'Programming Language :: Python :: 3.3',
               'Programming Language :: Python :: 3.4',
-              'Programming Language :: Python :: Implementation :: CPython'
-              'Programming Language :: Python :: Implementation :: PyPy'
+              'Programming Language :: Python :: Implementation :: CPython',
+              'Programming Language :: Python :: Implementation :: PyPy',
               'Topic :: Multimedia :: Graphics :: 3D Modeling',
               'Topic :: Scientific/Engineering',
               'Topic :: Scientific/Engineering :: Mathematics',
-- 
GitLab