remove warning during compilation
This commit is contained in:
committed by
Jacob Alexander
parent
de22f7eb97
commit
423e4f1f8c
4
setup.py
4
setup.py
@@ -44,8 +44,8 @@ write_version_py()
|
||||
# Try to convert README using pandoc
|
||||
try:
|
||||
import pypandoc
|
||||
long_description = pypandoc.convert('README.md', 'rst')
|
||||
changelog = pypandoc.convert('CHANGELOG.md', 'rst')
|
||||
long_description = pypandoc.convert_file('README.md', 'rst')
|
||||
changelog = pypandoc.convert_file('CHANGELOG.md', 'rst')
|
||||
changelog = '\nChangelog\n=============\n' + changelog
|
||||
long_description += changelog
|
||||
except (IOError, ImportError):
|
||||
|
||||
Reference in New Issue
Block a user