mirror of
https://github.com/deadc0de6/catcli
synced 2024-11-13 07:10:26 +00:00
update setup.py
This commit is contained in:
parent
fadc43cc73
commit
01729ec7db
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ readme = 'README.md'
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
try:
|
||||
from pypandoc import convert
|
||||
from pypandoc import convert_file
|
||||
read_readme = lambda f: convert_file(f, 'rst')
|
||||
except ImportError:
|
||||
print('\n[WARNING] pypandoc not found, could not convert \"{}\"\n'.format(readme))
|
||||
|
Loading…
Reference in New Issue
Block a user