playing nice.
authorKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:55:35 +0000 (22:55 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:55:35 +0000 (22:55 -0400)
setup.py

index 1b15bc1..6b95c31 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ if sys.version_info[:2] < (2,6):
 setup(
     name='requests',
     version=requests.__version__,
-    description='Awesome Python HTTP Library that\'s actually usable.',
+    description='Python HTTP for Humans.',
     long_description=open('README.rst').read() + '\n\n' +
                      open('HISTORY.rst').read(),
     author='Kenneth Reitz',