summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Recio <pablo@recio.me>2012-12-14 20:22:58 +0000
committerClaude Paroz <claude@2xlibre.net>2012-12-18 11:51:34 +0100
commit6d712e0d66ddb415c9876a26417b731765c81ba1 (patch)
tree9864352bba892d2751ffaa27deaf1ae1493dc258
parentddea0e0d7ee1a885f8ecbe45d7306a39c7780d63 (diff)
[1.5.x] Fixed #19430 -- Added 'license' value to setup.py
Backport of 50fd96497 from master.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 284147d26b..dc4082695d 100644
--- a/setup.py
+++ b/setup.py
@@ -93,6 +93,7 @@ setup(
author_email = 'foundation@djangoproject.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5b2.tar.gz',
+ license = "BSD",
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,