summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-08-13 15:33:29 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-08-13 15:40:20 -0400
commit106ba3afbaa321f080ce57e9a7a303ca6c303eed (patch)
tree5534118701c30b4e218760d90a0496003b80783b /README.rst
parent6086f0f84ed9e2ab3c53f940e4233c94fa446314 (diff)
downloadpecan-106ba3afbaa321f080ce57e9a7a303ca6c303eed.tar.gz
Update docs and package metadata to reflect gerrit review process.
Change-Id: I5cc6cfa31bb899ea32f6d9cb37d86dc0275d09fc
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 8c5b7a3..2532466 100644
--- a/README.rst
+++ b/README.rst
@@ -4,15 +4,10 @@ Pecan
A WSGI object-dispatching web framework, designed to be lean and fast with few
dependencies.
-.. _travis: http://travis-ci.org/dreamhost/pecan
-.. |travis| image:: https://secure.travis-ci.org/dreamhost/pecan.png
-
.. image:: https://pypip.in/v/pecan/badge.png
:target: https://crate.io/packages/pecan/
:alt: Latest PyPI version
-|travis|_
-
Installing
----------
@@ -22,7 +17,7 @@ Installing
...or, for the latest (unstable) tip::
- $ git clone https://github.com/dreamhost/pecan.git -b next
+ $ git clone https://github.com/stackforge/pecan.git
$ cd pecan && python setup.py install
Running Tests