From 4e1ee6f77fc9b1222360f21a4f7da5ed94d5f950 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Mon, 22 Sep 2014 11:12:14 -0400 Subject: [PATCH] Be clear that is not for a server --- README.rst | 6 +++--- docs/source/index.rst | 4 ++-- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 29652fac..1998bc37 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -======================== -Hyper: HTTP/2 for Python -======================== +=============================== +Hyper: HTTP/2 client for Python +=============================== .. image:: https://travis-ci.org/Lukasa/hyper.png?branch=master :target: https://travis-ci.org/Lukasa/hyper diff --git a/docs/source/index.rst b/docs/source/index.rst index e3827503..a4cabbda 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,8 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Hyper: HTTP/2 for Python -======================== +Hyper: HTTP/2 client for Python +=============================== Release v\ |version|. diff --git a/setup.py b/setup.py index 4995e7c6..20ab7943 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def resolve_install_requires(): setup( name='hyper', version=version, - description='HTTP/2 for Python', + description='HTTP/2 client for Python', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), author='Cory Benfield', author_email='cory@lukasa.co.uk',