Commit ab9ce998 authored by Davis King's avatar Davis King

merged

parents 5c623e3c 027e7faf
...@@ -231,6 +231,7 @@ setup( ...@@ -231,6 +231,7 @@ setup(
cmdclass=dict(build_ext=CMakeBuild, test=PyTest), cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
zip_safe=False, zip_safe=False,
tests_require=['pytest==3.8'], tests_require=['pytest==3.8'],
install_requires=['cmake'],
packages=['dlib'], packages=['dlib'],
keywords=['dlib', 'Computer Vision', 'Machine Learning'], keywords=['dlib', 'Computer Vision', 'Machine Learning'],
classifiers=[ classifiers=[
......
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