Skip to content

Commit

Permalink
have pip just be an installer for simplicity. remove the vague "manag…
Browse files Browse the repository at this point in the history
…e" description.
  • Loading branch information
qwcode committed Mar 11, 2014
1 parent e7f4e4d commit af1d6d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pip

The `PyPA recommended
<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
tool for installing and managing Python packages.
tool for installing Python packages.

* `Installation <http://www.pip-installer.org/en/latest/installing.html>`_
* `Documentation <http://www.pip-installer.org>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dev IRC: #pypa

The `PyPA recommended
<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
tool for installing and managing Python packages.
tool for installing Python packages.

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def find_version(*file_paths):
setup(
name="pip",
version=find_version("pip", "__init__.py"),
description="A tool for installing and managing Python packages.",
description="The PyPA recommended tool for installing Python packages.",
long_description=long_description,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit af1d6d5

Please sign in to comment.