diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-11-02 23:55:34 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-11-02 23:55:34 +0000 |
| commit | 25d3d2a756deba20be559ff5f46e8621779ad226 (patch) | |
| tree | c429126f826fa8080f7d1e447e3dd2627496d01d /setuptools.egg-info/entry_points.txt | |
| parent | 1611cf8caa724b24b5d44ae5f45e91fc1f70291a (diff) | |
| download | python-setuptools-git-25d3d2a756deba20be559ff5f46e8621779ad226.tar.gz | |
0.6a7 bugfix release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041377
Diffstat (limited to 'setuptools.egg-info/entry_points.txt')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 3136631e..37a81910 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -24,6 +24,7 @@ bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm rotate = setuptools.command.rotate:rotate develop = setuptools.command.develop:develop setopt = setuptools.command.setopt:setopt +build_py = setuptools.command.build_py:build_py saveopts = setuptools.command.saveopts:saveopts egg_info = setuptools.command.egg_info:egg_info upload = setuptools.command.upload:upload |
