fix(setup): fix install from github
This commit is contained in:
2
setup.py
2
setup.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user