From 8e6a6f74e5c87e69a6fe10b85d248b0610f1e8e9 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 20 Jan 2009 15:57:08 +0100 Subject: [PATCH] fix syntax error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e97cbb5..3a22447 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ array of URLs.""", classifiers=['Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'License :: DFSG approved', - 'License :: OSI approved :: ' . + 'License :: OSI approved :: ' + 'GNU Affero General Public License v3', 'Programming Language :: Python'], keywords='Debian service JSON',