From e0a4f52fd57c2be8eb870fc408735755f688ed8d Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 2 Feb 2009 21:38:52 -0500 Subject: Updated setup.py license to match the actual license. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], ) -- cgit v1.2.3