diff options
author | Kenneth Reitz <me@kennethreitz.com> | 2012-06-28 14:36:07 -0700 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.com> | 2012-06-28 14:36:07 -0700 |
commit | 40243cadced83b6e9efe6db5d3b5766f2175105a (patch) | |
tree | 53a6a3a524eb2b0cf1ac1bad97796bab1452dd75 | |
parent | 4116c81fb1f9b591008db6b805d81ca6aca521c4 (diff) | |
download | oauthlib-40243cadced83b6e9efe6db5d3b5766f2175105a.tar.gz |
new repo location
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |