diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2009-09-12 18:02:40 +0200 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2009-09-12 18:02:40 +0200 |
| commit | ea27f15b0cfa0908704fc73611d42f6efae8e14b (patch) | |
| tree | 8af2e6862c887c31f26a5de193c7bde46e19f2c8 /distribute.egg-info | |
| parent | 43bce73e470e6b73a8558b8bb362832a6a342820 (diff) | |
| download | python-setuptools-git-ea27f15b0cfa0908704fc73611d42f6efae8e14b.tar.gz | |
Remove sdist3 command again.
--HG--
branch : distribute
extra : rebase_source : b2ae4e75c758eafa83057002ece9fb5dbc7aba92
Diffstat (limited to 'distribute.egg-info')
| -rw-r--r-- | distribute.egg-info/entry_points.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index 49763a63..2c002f4c 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -15,7 +15,6 @@ test = setuptools.command.test:test bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst bdist_egg = setuptools.command.bdist_egg:bdist_egg install = setuptools.command.install:install -sdist3 = setuptools.command.sdist3:sdist3 install_lib = setuptools.command.install_lib:install_lib build_ext = setuptools.command.build_ext:build_ext sdist = setuptools.command.sdist:sdist |
