Skip to content

Commit

Permalink
Added 'license' value to the setup.py fixes #19430
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorecio committed Dec 14, 2012
1 parent a001f3c commit 50fd964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def fullsplit(path, result=None):
author_email = '[email protected]',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.tar.gz',
license = "BSD",
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,
Expand Down

0 comments on commit 50fd964

Please sign in to comment.