mirror of https://github.com/davisking/dlib.git
make pypi not complain about long description.
This commit is contained in:
parent
c9e2f040fa
commit
8402c9ee90
2
setup.py
2
setup.py
|
@ -221,7 +221,7 @@ setup(
|
||||||
name='dlib',
|
name='dlib',
|
||||||
version=read_version_from_cmakelists('dlib/CMakeLists.txt'),
|
version=read_version_from_cmakelists('dlib/CMakeLists.txt'),
|
||||||
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=read_entire_file('README.md'),
|
long_description='See http://dlib.net for documentation.',
|
||||||
author='Davis King',
|
author='Davis King',
|
||||||
author_email='davis@dlib.net',
|
author_email='davis@dlib.net',
|
||||||
url='https://github.com/davisking/dlib',
|
url='https://github.com/davisking/dlib',
|
||||||
|
|
Loading…
Reference in New Issue