summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2012-04-11 16:54:12 +0300
committerIdan Gazit <idan@gazit.me>2012-04-11 16:54:12 +0300
commitb464ebd8c2bdbefdff26c516f86f2659dfd4319c (patch)
tree4566b6f7c9f8db1340db1f91885f2d81d9bdf4dd /setup.py
parent13215507f611abc3409d57e3910787bcf3b297c2 (diff)
downloadoauthlib-b464ebd8c2bdbefdff26c516f86f2659dfd4319c.tar.gz
Update project description and readme
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 09f2498..0f90a7f 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ tests_require = ['nose', 'unittest2', 'pycrypto']
setup(
name = 'oauthlib',
version = '0.0.1',
- description = 'Python implementation of OAuth 1.0a',
+ description = 'A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description = fread('README.rst'),
author = '',
author_email = '',