fix(setup): fix install from github

This commit is contained in:
Silvio Leite
2019-12-07 14:19:37 -03:00
parent 17d80ee5a2
commit fc258b95f5

View File

@@ -10,7 +10,7 @@ try:
import pypandoc import pypandoc
long_description = pypandoc.convert('README.md', 'rst') long_description = pypandoc.convert('README.md', 'rst')
except RuntimeError: except ModuleNotFoundError:
long_description = short_description long_description = short_description
# allow setup.py to be run from any path # allow setup.py to be run from any path