Skip to content

Commit

Permalink
Mention that pip uninstall bug is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Sep 9, 2012
1 parent 1361a7c commit c6d55de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# includes a twistd plugin (which are installed to twisted/plugins/),
# setuptools/distribute writes a Package.egg-info/top_level.txt that includes
# "twisted". If you later uninstall Package with `pip uninstall Package`,
# pip removes all of twisted/ instead of just Package's twistd plugins. See
# https://github.com/pypa/pip/issues/355
# pip <1.2 removes all of twisted/ instead of just Package's twistd plugins.
# See https://github.com/pypa/pip/issues/355 (now fixed)
#
# To work around this problem, we monkeypatch
# setuptools.command.egg_info.write_toplevel_names to not write the line
Expand Down

0 comments on commit c6d55de

Please sign in to comment.