summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2014-03-01 11:12:03 -0800
committerMarcus Smith <qwcode@gmail.com>2014-03-01 11:12:03 -0800
commitf2a9d7403e2c5429b9fb985da74139f3c0088387 (patch)
tree6f813e61d3effe8b53117994ed133d46c2fce561 /README.rst
parent8e63c60946ea2cd065c1f52e14f2b429949c2cbd (diff)
downloadpip-f2a9d7403e2c5429b9fb985da74139f3c0088387.tar.gz
have setup.py long_description just be README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e188a6aa9..32c7d3acc 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,24 @@
pip
===
+The `PyPA recommended
+<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
+tool for installing and managing Python packages.
+
+* `Installation <http://www.pip-installer.org/en/latest/installing.html>`_
+* `Documentation <http://www.pip-installer.org>`_
+* `Changelog <http://www.pip-installer.org/en/latest/news.html>`_
+* `Github Page <https://github.com/pypa/pip>`_
+* `Issue Tracking <https://github.com/pypa/pip/issues>`_
+* `Mailing list <http://groups.google.com/group/python-virtualenv>`_
+* User IRC: #pip on Freenode.
+* Dev IRC: #pypa on Freenode.
+
+
.. image:: https://pypip.in/v/pip/badge.png
:target: https://pypi.python.org/pypi/pip
.. image:: https://secure.travis-ci.org/pypa/pip.png?branch=develop
:target: http://travis-ci.org/pypa/pip
-For documentation, see http://www.pip-installer.org
+