summaryrefslogtreecommitdiff
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
parent13215507f611abc3409d57e3910787bcf3b297c2 (diff)
downloadoauthlib-b464ebd8c2bdbefdff26c516f86f2659dfd4319c.tar.gz
Update project description and readme
-rw-r--r--README.rst14
-rwxr-xr-xsetup.py2
2 files changed, 13 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 6d0454e..32b8ea5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,8 @@
-OAuthLib: a generic library for signing OAuth requests
-======================================================
+OAuthLib
+========
+
+*A generic, spec-compliant, thorough implementation of the OAuth request-signing
+logic.*
.. image:: https://secure.travis-ci.org/idangazit/oauthlib.png?branch=master
@@ -18,6 +21,13 @@ favorite HTTP library. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.
+Current Status
+--------------
+
+OAuthLib is in active development, with most of OAuth1 complete and OAuth2
+already in the works.
+
+
License
-------
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 = '',