From 79425443fe87a43a9253d8bc3f6f280703096a44 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 9 Oct 2016 08:39:06 -0400 Subject: [PATCH] Fixed wrong README filename due to recent change. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 637fb6237..41db309c1 100644 --- a/setup.py +++ b/setup.py @@ -605,7 +605,7 @@ setup( version=read_version(), keywords=['dlib', 'Computer Vision', 'Machine Learning'], description='A toolkit for making real world machine learning and data analysis applications', - long_description=readme('README.txt'), + long_description=readme('README.md'), author='Davis King', author_email='davis@dlib.net', url='https://github.com/davisking/dlib',