diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2013-07-20 10:19:22 -0400 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2013-07-20 10:19:22 -0400 |
| commit | 9f24b1fe7fa38ae9d09ff7f28817fda1d7f9ce0a (patch) | |
| tree | 1c285a48e824f026e17dedcbccdc5affc57f5f34 /setup.py | |
| parent | fb2b3c25514d8f45be3fe807c6723d657c153034 (diff) | |
| download | wheel-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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""" |
