summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-06-29 14:01:25 +0200
committerIb Lundgren <ib.lundgren@gmail.com>2012-06-29 14:01:25 +0200
commit70b256eb16f55be65e9542d06854333eb403b57d (patch)
tree57eaefb8181c57ff7dd21b534f84d14497d399d2
parenta0b35de920fa6501b27fa877ed08a6f9473fb146 (diff)
parent40243cadced83b6e9efe6db5d3b5766f2175105a (diff)
downloadoauthlib-70b256eb16f55be65e9542d06854333eb403b57d.tar.gz
Merge branch 'master' of https://github.com/idan/oauthlib
-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',