forked from github/pelican
Add a features list on the README. Remove the dependency to rst2pdf by default.
This commit is contained in:
parent
27ee2cf4e6
commit
aa30ca9256
2 changed files with 13 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -1,8 +1,7 @@
|
|||
from setuptools import setup
|
||||
import sys
|
||||
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'Markdown',
|
||||
'rst2pdf']
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'Markdown']
|
||||
if sys.version_info < (2,7):
|
||||
requires.append('argparse')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue