aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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'],
)