diff options
Diffstat (limited to 'setup.py')
-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'], ) |