From 4e65bb6b49f85a311aac0b6225b7520388486ff5 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 10 Jan 2013 20:23:16 -0500 Subject: No longer support python 2.5 --- setup.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 855a08d..37410a4 100755 --- a/setup.py +++ b/setup.py @@ -209,7 +209,7 @@ You may ask for help and discuss various other issues on the .. _`bug tracker`: http://github.com/waylan/Python-Markdown/issues ''' -data = dict( +setup( name = 'Markdown', version = version, url = 'http://packages.python.org/Markdown/', @@ -247,9 +247,3 @@ data = dict( 'Topic :: Text Processing :: Markup :: HTML', ], ) - -if sys.version[:3] < '2.5': - data['install_requires'] = ['elementtree'] - -setup(**data) - -- cgit v1.2.3