setup.py: Correct url.

This commit is contained in:
Brandon Amos 2015-12-22 20:30:49 -05:00
parent b70dcdd0b6
commit e2e292894b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ setup(
name='openface',
version='0.1.1',
description="Face recognition with Google's FaceNet deep neural network.",
url='https://github.com/yarnbasket/openface',
url='https://github.com/cmusatyalab/openface',
packages=['openface', 'openface.alignment'],
package_data={'openface': ['*.lua']},
)