Skip to content

Commit

Permalink
Update repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
mdraw committed Feb 20, 2020
1 parent e70955f commit 1e314ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ From PyPI (official releases):

Current git master:

$ pip install 'git+https://github.com/mdraw/deface'
$ pip install 'git+https://github.com/ORB-HD/deface'

## Usage

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
description='Video anonymization by face detection',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/mdraw/deface',
url='https://github.com/ORB-HD/deface',
packages=setuptools.find_packages(),
entry_points={'console_scripts': [
'deface = deface.deface:main',
Expand Down

0 comments on commit 1e314ba

Please sign in to comment.