summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2014-05-08 21:51:12 -0400
committerDaniel Holth <dholth@fastmail.fm>2014-05-08 21:51:12 -0400
commitf66cb2f5f4d7b7847c9814f1ef13dc445d810152 (patch)
tree528642af31446c310e6709f30e49e21df4e8ea54
parentc869b11d5df2356e4a91192f3c6a6152c229bde9 (diff)
downloadwheel-f66cb2f5f4d7b7847c9814f1ef13dc445d810152.tar.gz
remove *2wheel scripts in favor of 'wheel convert
-rw-r--r--CHANGES.txt3
-rw-r--r--setup.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f9b9dd3..0f74f20 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@
only). This change actually occurred in 0.23.0 when the --python-tag
option was added, but was not explicitly mentioned in the changelog then.
+- wininst2wheel and egg2wheel removed. Use "wheel convert [archive]"
+ instead.
+
0.23.0
======
- Compatibiltiy tag flags added to the bdist_wheel command
diff --git a/setup.py b/setup.py
index a055a0b..4956a0a 100644
--- a/setup.py
+++ b/setup.py
@@ -49,8 +49,6 @@ setup(name='wheel',
zip_safe=False,
entry_points = """\
[console_scripts]
-wininst2wheel = wheel.wininst2wheel:main
-egg2wheel = wheel.egg2wheel:main
wheel = wheel.tool:main
[distutils.commands]