summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-06-28 14:36:07 -0700
committerKenneth Reitz <me@kennethreitz.com>2012-06-28 14:36:07 -0700
commit40243cadced83b6e9efe6db5d3b5766f2175105a (patch)
tree53a6a3a524eb2b0cf1ac1bad97796bab1452dd75 /setup.py
parent4116c81fb1f9b591008db6b805d81ca6aca521c4 (diff)
downloadoauthlib-40243cadced83b6e9efe6db5d3b5766f2175105a.tar.gz
new repo location
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',