Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
Be clear that is not for a server
Browse files Browse the repository at this point in the history
  • Loading branch information
collinanderson committed Sep 22, 2014
1 parent 3319074 commit 4e1ee6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 4e1ee6f

Please sign in to comment.