Skip to content

Commit

Permalink
textile supports 3.0 now, so remove version hack
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Jun 10, 2015
1 parent e4edf72 commit a8ec638
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 @@ -32,15 +32,9 @@
'PyYAML',
'six',
'Unidecode',
'textile'
]
dependency_links = []
if PY3:
install_requires.append('textile==2.1.4-py3k')
dependency_links = [
'http://github.com/EnigmaCurry/textile-py3k/tarball/2.1.4'
'#egg=textile-2.1.4-py3k']
else:
install_requires.append('textile')
if PY26:
install_requires.append('argparse')

Expand Down

0 comments on commit a8ec638

Please sign in to comment.