From 9e07c1b1c6e929ef960df54fab2bf4e354645a01 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 14 Dec 2010 11:33:17 -0500 Subject: [PATCH] Added license to list of classifiers in setup. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cd31b19..be506c2 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ classifiers=[ 'Programming Language :: Python', 'Framework :: Django', + 'License :: OSI Approved :: BSD License', ], install_requires=[ 'Django>=1.0'