mirror of
https://github.com/deepinsight/insightface.git
synced 2026-07-14 16:47:51 +00:00
pip 0.3.7
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user