From f7baa6fa9af36e3b8a1199d8c0a3c0ef61d80028 Mon Sep 17 00:00:00 2001 From: Phillip Schanely Date: Fri, 30 Oct 2015 12:42:49 -0400 Subject: [PATCH] linting errors --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fce8d50..85dc3e0 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,6 @@ setup(name='openface', version='0.1.1', description="Face recognition with Google's FaceNet deep neural network.", url='https://github.com/yarnbasket/openface', - packages=['openface','openface.alignment'], + packages=['openface', 'openface.alignment'], package_data={'openface': ['*.lua']}, - ) +)