"docs/git@developer.sourcefind.cn:OpenDAS/lmdeploy.git" did not exist on "4db08045baa250148b1e176e9ac1d5797affcd75"
Commit b7de116c authored by lishen's avatar lishen
Browse files

修改setup.py中version的表达

parent 10253177
...@@ -230,7 +230,8 @@ def read_entire_file(fname): ...@@ -230,7 +230,8 @@ def read_entire_file(fname):
setup( setup(
name='dlib', name='dlib',
version=read_version_from_cmakelists('dlib/CMakeLists.txt'), # version=read_version_from_cmakelists('dlib/CMakeLists.txt'),
version="19.24.99",
description='A toolkit for making real world machine learning and data analysis applications', description='A toolkit for making real world machine learning and data analysis applications',
long_description='See http://dlib.net for documentation.', long_description='See http://dlib.net for documentation.',
author='Davis King', author='Davis King',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment