aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-08-24 11:46:03 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-08-24 11:46:03 -0700
commitf5f5ed0305d1d4d59b85f9a00786a876be098f1a (patch)
tree90b8a6930850bef134a0883ca93cb1962ab9f65e /setup.py
parenta58dc5a060de9990935d13904c5b17fa1a96a739 (diff)
Fix syntax error on classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 403c13562c..c90ca8652a 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: Apache Software License',
-],
+]
# Environment variable to determine whether or not the Cython extension should
# *use* Cython or use the generated C files. Note that this requires the C files