linting errors

This commit is contained in:
Phillip Schanely 2015-10-30 12:42:49 -04:00
parent 10451f5c29
commit f7baa6fa9a
1 changed files with 2 additions and 2 deletions

View File

@ -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']},
)
)