]> granicus.if.org Git - python/commit
Initial import of setuptools, with integrated tests.
authorPhillip J. Eby <pje@telecommunity.com>
Tue, 18 Apr 2006 04:05:34 +0000 (04:05 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Tue, 18 Apr 2006 04:05:34 +0000 (04:05 +0000)
commit069159b11390d2827380cd3bf9a90d4ff57527a0
tree68b7af33b6aecb062376dddd6117adffa6d16533
parente247e898464f421a8b9d41ef74aaaf6137876ebb
Initial import of setuptools, with integrated tests.
39 files changed:
Lib/easy_install.py [new file with mode: 0644]
Lib/pkg_resources.py [new file with mode: 0644]
Lib/setuptools.egg-info/PKG-INFO [new file with mode: 0644]
Lib/setuptools.egg-info/entry_points.txt [new file with mode: 0755]
Lib/setuptools.egg-info/top_level.txt [new file with mode: 0644]
Lib/setuptools.egg-info/zip-safe [new file with mode: 0644]
Lib/setuptools/__init__.py [new file with mode: 0644]
Lib/setuptools/archive_util.py [new file with mode: 0755]
Lib/setuptools/cli.exe [new file with mode: 0755]
Lib/setuptools/command/__init__.py [new file with mode: 0644]
Lib/setuptools/command/alias.py [new file with mode: 0755]
Lib/setuptools/command/bdist_egg.py [new file with mode: 0644]
Lib/setuptools/command/bdist_rpm.py [new file with mode: 0755]
Lib/setuptools/command/build_ext.py [new file with mode: 0644]
Lib/setuptools/command/build_py.py [new file with mode: 0644]
Lib/setuptools/command/develop.py [new file with mode: 0755]
Lib/setuptools/command/easy_install.py [new file with mode: 0755]
Lib/setuptools/command/egg_info.py [new file with mode: 0755]
Lib/setuptools/command/install.py [new file with mode: 0644]
Lib/setuptools/command/install_egg_info.py [new file with mode: 0755]
Lib/setuptools/command/install_lib.py [new file with mode: 0644]
Lib/setuptools/command/install_scripts.py [new file with mode: 0755]
Lib/setuptools/command/rotate.py [new file with mode: 0755]
Lib/setuptools/command/saveopts.py [new file with mode: 0755]
Lib/setuptools/command/sdist.py [new file with mode: 0755]
Lib/setuptools/command/setopt.py [new file with mode: 0755]
Lib/setuptools/command/test.py [new file with mode: 0644]
Lib/setuptools/command/upload.py [new file with mode: 0755]
Lib/setuptools/depends.py [new file with mode: 0644]
Lib/setuptools/dist.py [new file with mode: 0644]
Lib/setuptools/extension.py [new file with mode: 0644]
Lib/setuptools/gui.exe [new file with mode: 0755]
Lib/setuptools/package_index.py [new file with mode: 0755]
Lib/setuptools/sandbox.py [new file with mode: 0755]
Lib/setuptools/site-patch.py [new file with mode: 0755]
Lib/setuptools/tests/__init__.py [new file with mode: 0644]
Lib/setuptools/tests/api_tests.txt [new file with mode: 0755]
Lib/setuptools/tests/test_resources.py [new file with mode: 0644]
Lib/test/test_setuptools.py [new file with mode: 0644]