summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2013-07-20 10:19:22 -0400
committerDaniel Holth <dholth@fastmail.fm>2013-07-20 10:19:22 -0400
commit9f24b1fe7fa38ae9d09ff7f28817fda1d7f9ce0a (patch)
tree1c285a48e824f026e17dedcbccdc5affc57f5f34 /setup.py
parentfb2b3c25514d8f45be3fe807c6723d657c153034 (diff)
downloadwheel-git-9f24b1fe7fa38ae9d09ff7f28817fda1d7f9ce0a.tar.gz
avoid importing pkg_resources except when necessary.
include version in WHEEL's Generator: key
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 274b662..38d1e6b 100644
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ setup(name='wheel',
[console_scripts]
wininst2wheel = wheel.wininst2wheel:main
egg2wheel = wheel.egg2wheel:main
-wheel = wheel.__main__:main
+wheel = wheel.tool:main
[distutils.commands]
bdist_wheel = wheel.bdist_wheel:bdist_wheel"""