linting errors, try #2
This commit is contained in:
parent
f7baa6fa9a
commit
fda0496fdc
13
setup.py
13
setup.py
|
@ -1,8 +1,9 @@
|
|||
from distutils.core import setup
|
||||
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'],
|
||||
package_data={'openface': ['*.lua']},
|
||||
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'],
|
||||
package_data={'openface': ['*.lua']},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue