linting errors
This commit is contained in:
parent
10451f5c29
commit
f7baa6fa9a
4
setup.py
4
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']},
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue