pip 0.3.7

This commit is contained in:
Jia Guo
2021-07-08 13:15:30 +08:00
parent c0ae26f393
commit a78dba3a01
2 changed files with 8 additions and 8 deletions

View File

@@ -24,14 +24,14 @@ def find_version(*file_paths):
return version_match.group(1)
raise RuntimeError("Unable to find version string.")
#try:
# import pypandoc
# long_description = pypandoc.convert('README.md', 'rst')
#except (IOError, ImportError):
# long_description = open('README.md').read()
try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except (IOError, ImportError):
long_description = open('README.md').read()
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
#import pypandoc
#long_description = pypandoc.convert('README.md', 'rst')
VERSION = find_version('insightface', '__init__.py')
requirements = [