From f5f5ed0305d1d4d59b85f9a00786a876be098f1a Mon Sep 17 00:00:00 2001 From: Ken Payson Date: Thu, 24 Aug 2017 11:46:03 -0700 Subject: Fix syntax error on classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 -- cgit v1.2.3