diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-02-02 21:38:52 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-02-02 21:38:52 -0500 |
commit | e0a4f52fd57c2be8eb870fc408735755f688ed8d (patch) | |
tree | 96acda164c2c6ee0412cf00ae076318c9cf9e546 | |
parent | 803ded62a17f93d1f3e0e63c4cdef78b1fb7e0dc (diff) | |
download | markdown-e0a4f52fd57c2be8eb870fc408735755f688ed8d.tar.gz markdown-e0a4f52fd57c2be8eb870fc408735755f688ed8d.tar.bz2 markdown-e0a4f52fd57c2be8eb870fc408735755f688ed8d.zip |
Updated setup.py license to match the actual license.
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], ) |