From 5efe2ef83c3efba363045dd9e4360568d27bb357 Mon Sep 17 00:00:00 2001 From: Kevin McDonald Date: Thu, 17 Jan 2013 12:05:54 -0600 Subject: [PATCH] Fixes the BSD License identifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba963100e..f9656cffd 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'Environment :: Web Environment', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', - 'License :: OSI Approved :: The BSD License', + 'License :: OSI Approved :: BSD License' 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules',