Skip to content

Commit

Permalink
No longer support python 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Waylan Limberg committed Jan 11, 2013
1 parent 1d43f17 commit 4e65bb6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def has_docs(self):
.. _`bug tracker`: http://github.com/waylan/Python-Markdown/issues
'''

data = dict(
setup(
name = 'Markdown',
version = version,
url = 'http://packages.python.org/Markdown/',
Expand Down Expand Up @@ -247,9 +247,3 @@ def has_docs(self):
'Topic :: Text Processing :: Markup :: HTML',
],
)

if sys.version[:3] < '2.5':
data['install_requires'] = ['elementtree']

setup(**data)

0 comments on commit 4e65bb6

Please sign in to comment.