summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ea39b0e..f2f7ffb 100755
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
long_description=fread('README.rst'),
author='Idan Gazit',
author_email='idan@gazit.me',
- url='https://github.com/idangazit/oauthlib',
+ url='https://github.com/idan/oauthlib',
license=fread('LICENSE'),
packages=find_packages(exclude=('tests', 'docs')),
test_suite='nose.collector',