]> granicus.if.org Git - python/commit
Revert addition of setuptools
authorPhillip J. Eby <pje@telecommunity.com>
Mon, 24 Apr 2006 20:53:13 +0000 (20:53 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Mon, 24 Apr 2006 20:53:13 +0000 (20:53 +0000)
commit0a07ab97c5e62fd1ebbea44bc81f55113dec7080
treef0a9064d4a3be45e0f6566519d9f22095ccf0ccb
parent0a7ed8c2d393e695fcb5a010926fa71eaca6c042
Revert addition of setuptools
40 files changed:
Lib/easy_install.py [deleted file]
Lib/pkg_resources.py [deleted file]
Lib/setuptools.egg-info/PKG-INFO [deleted file]
Lib/setuptools.egg-info/entry_points.txt [deleted file]
Lib/setuptools.egg-info/top_level.txt [deleted file]
Lib/setuptools.egg-info/zip-safe [deleted file]
Lib/setuptools/__init__.py [deleted file]
Lib/setuptools/archive_util.py [deleted file]
Lib/setuptools/cli.exe [deleted file]
Lib/setuptools/command/__init__.py [deleted file]
Lib/setuptools/command/alias.py [deleted file]
Lib/setuptools/command/bdist_egg.py [deleted file]
Lib/setuptools/command/bdist_rpm.py [deleted file]
Lib/setuptools/command/build_ext.py [deleted file]
Lib/setuptools/command/build_py.py [deleted file]
Lib/setuptools/command/develop.py [deleted file]
Lib/setuptools/command/easy_install.py [deleted file]
Lib/setuptools/command/egg_info.py [deleted file]
Lib/setuptools/command/install.py [deleted file]
Lib/setuptools/command/install_egg_info.py [deleted file]
Lib/setuptools/command/install_lib.py [deleted file]
Lib/setuptools/command/install_scripts.py [deleted file]
Lib/setuptools/command/rotate.py [deleted file]
Lib/setuptools/command/saveopts.py [deleted file]
Lib/setuptools/command/sdist.py [deleted file]
Lib/setuptools/command/setopt.py [deleted file]
Lib/setuptools/command/test.py [deleted file]
Lib/setuptools/command/upload.py [deleted file]
Lib/setuptools/depends.py [deleted file]
Lib/setuptools/dist.py [deleted file]
Lib/setuptools/extension.py [deleted file]
Lib/setuptools/gui.exe [deleted file]
Lib/setuptools/package_index.py [deleted file]
Lib/setuptools/sandbox.py [deleted file]
Lib/setuptools/site-patch.py [deleted file]
Lib/setuptools/tests/__init__.py [deleted file]
Lib/setuptools/tests/api_tests.txt [deleted file]
Lib/setuptools/tests/test_resources.py [deleted file]
Lib/test/test_setuptools.py [deleted file]
Misc/NEWS