提交 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,7 +12,7 @@ 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')
......@@ -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.
先完成此消息的编辑!
想要评论请 注册