From d8782f8d173bd5f930efdaffc6801c1e6deb5dd0 Mon Sep 17 00:00:00 2001 From: Matthew Aynalem Date: Thu, 12 Oct 2017 20:23:34 -0700 Subject: [PATCH] add missing comma to classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f95b02d..0558501 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "future", ], classifiers=[ - 'License :: OSI Approved :: Apache Software License' + 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3',