aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2009-02-02 21:38:52 -0500
committerWaylan Limberg <waylan@gmail.com>2009-02-02 21:38:52 -0500
commite0a4f52fd57c2be8eb870fc408735755f688ed8d (patch)
tree96acda164c2c6ee0412cf00ae076318c9cf9e546 /setup.py
parent803ded62a17f93d1f3e0e63c4cdef78b1fb7e0dc (diff)
downloadmarkdown-e0a4f52fd57c2be8eb870fc408735755f688ed8d.tar.gz
markdown-e0a4f52fd57c2be8eb870fc408735755f688ed8d.tar.bz2
markdown-e0a4f52fd57c2be8eb870fc408735755f688ed8d.zip
Updated setup.py license to match the actual license.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7320727..f840b62 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
maintainer = "Waylan Limberg",
maintainer_email = "waylan [at] gmail.com",
url = "http://www.freewisdom.org/projects/python-markdown",
- license = "BSD License, GNU Public License (GPL)",
+ license = "BSD License",
packages = ['markdown', 'markdown.extensions'],
scripts = ['markdown.py'],
)