]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commit
setup: bundle the latest zetuptoolz as unpacked source egg and change setup.py to...
authorzooko <zooko@zooko.com>
Mon, 24 May 2010 06:35:27 +0000 (12:05 +0530)
committerzooko <zooko@zooko.com>
Mon, 24 May 2010 06:35:27 +0000 (12:05 +0530)
commit66f33cd4871bd8b4497f826045d7fbdf307dc1c8
treeee9f48a09d5d7202cb087769fb8519a1035dcbcb
parent882b2474d1cecf32fa45218c8db8b93e583e483e
setup: bundle the latest zetuptoolz as unpacked source egg and change setup.py to load it directly instead of with ez_setup.py

Ignore-this: 9b3eb1c882e41cb9015e5a2259c982f5

darcs-hash:209fcedeb9ef9077f3fde8ed1e6ed32ef60aaa3b
43 files changed:
zfec/ez_setup.py [deleted file]
zfec/setup.py
zfec/setuptools-0.6c15dev.egg/EGG-INFO/PKG-INFO [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/EGG-INFO/SOURCES.txt [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/EGG-INFO/dependency_links.txt [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/EGG-INFO/entry_points.txt [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/EGG-INFO/top_level.txt [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/EGG-INFO/zip-safe [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/easy_install.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/pkg_resources.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/__init__.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/archive_util.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/cli.exe [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/__init__.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/alias.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/bdist_egg.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/bdist_rpm.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/bdist_wininst.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/build_ext.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/build_py.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/develop.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/easy_install.py [new file with mode: 0755]
zfec/setuptools-0.6c15dev.egg/setuptools/command/egg_info.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/install.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/install_egg_info.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/install_lib.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/install_scripts.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/register.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/rotate.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/saveopts.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/sdist.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/setopt.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/test.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/command/upload.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/depends.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/dist.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/extension.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/package_index.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/sandbox.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/site-patch.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/tests/__init__.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/tests/test_packageindex.py [new file with mode: 0644]
zfec/setuptools-0.6c15dev.egg/setuptools/tests/test_resources.py [new file with mode: 0755]