提交 ded70752 编写于 作者: I Ian Bicking

Automated merge with ssh://hg@bitbucket.org/ianb/pip

......@@ -4,6 +4,11 @@ News for pip
hg tip
------
* Nothing yet
0.7
---
* Fixed uninstallation on Windows
* Added ``pip search`` command.
* Tab-complete names of installed distributions for ``pip uninstall``.
......
......@@ -12,14 +12,14 @@ else:
import os
version = "0.6.3.post1"
version = "0.7.post1"
doc_dir = os.path.join(os.path.dirname(__file__), 'docs')
index_filename = os.path.join(doc_dir, 'index.txt')
long_description = """\
long_description = """\
The main website for pip is `pip.openplans.org
<http://pip.openplans.org>`_. You can also install
the `in-development version <http://bitbucket.org/ianb/pip/get/tip.gz#egg=pip-dev>`_
the `in-development version <http://bitbucket.org/ianb/pip/get/tip.gz#egg=pip-dev>`_
of pip with ``easy_install pip==dev``.
"""
long_description = long_description + open(index_filename).read().split('split here', 1)[1]
......@@ -47,4 +47,3 @@ setup(name='pip',
license='MIT',
packages=['pip', 'pip.commands', 'pip.vcs'],
**kw)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册