diff options
author | Stefan H. Holek <stefan@epy.co.at> | 2012-10-08 13:06:14 +0200 |
---|---|---|
committer | Stefan H. Holek <stefan@epy.co.at> | 2012-10-08 13:06:14 +0200 |
commit | 71ae17459b9f3c64833e0c197b130e8dcbe1f45b (patch) | |
tree | 4b602fdf9e5468e270c40996e3f5ac80dedc1d26 | |
parent | 7efb0c1885fecfcc7dfdd2955bdeaab5b6549b48 (diff) | |
download | external_python_setuptools-71ae17459b9f3c64833e0c197b130e8dcbe1f45b.tar.gz external_python_setuptools-71ae17459b9f3c64833e0c197b130e8dcbe1f45b.tar.bz2 external_python_setuptools-71ae17459b9f3c64833e0c197b130e8dcbe1f45b.zip |
Remove egg-info from repo.
--HG--
branch : distribute
extra : rebase_source : 89a58a7b518862cdbf37a30a4b512853730251cc
-rw-r--r-- | distribute.egg-info/entry_points.txt | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt deleted file mode 100644 index 6e3ac87b..00000000 --- a/distribute.egg-info/entry_points.txt +++ /dev/null @@ -1,62 +0,0 @@ -[distutils.commands] -bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst -setopt = setuptools.command.setopt:setopt -egg_info = setuptools.command.egg_info:egg_info -bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm -register = setuptools.command.register:register -build_py = setuptools.command.build_py:build_py -sdist = setuptools.command.sdist:sdist -upload_docs = setuptools.command.upload_docs:upload_docs -rotate = setuptools.command.rotate:rotate -alias = setuptools.command.alias:alias -install_egg_info = setuptools.command.install_egg_info:install_egg_info -bdist_egg = setuptools.command.bdist_egg:bdist_egg -install_lib = setuptools.command.install_lib:install_lib -install_scripts = setuptools.command.install_scripts:install_scripts -install = setuptools.command.install:install -develop = setuptools.command.develop:develop -build_ext = setuptools.command.build_ext:build_ext -easy_install = setuptools.command.easy_install:easy_install -test = setuptools.command.test:test -saveopts = setuptools.command.saveopts:saveopts - -[console_scripts] -easy_install-3.3 = setuptools.command.easy_install:main -easy_install = setuptools.command.easy_install:main - -[egg_info.writers] -PKG-INFO = setuptools.command.egg_info:write_pkg_info -dependency_links.txt = setuptools.command.egg_info:overwrite_arg -depends.txt = setuptools.command.egg_info:warn_depends_obsolete -entry_points.txt = setuptools.command.egg_info:write_entries -top_level.txt = setuptools.command.egg_info:write_toplevel_names -requires.txt = setuptools.command.egg_info:write_requirements -eager_resources.txt = setuptools.command.egg_info:overwrite_arg -namespace_packages.txt = setuptools.command.egg_info:overwrite_arg - -[distutils.setup_keywords] -exclude_package_data = setuptools.dist:check_package_data -zip_safe = setuptools.dist:assert_bool -include_package_data = setuptools.dist:assert_bool -entry_points = setuptools.dist:check_entry_points -package_data = setuptools.dist:check_package_data -tests_require = setuptools.dist:check_requirements -use_2to3 = setuptools.dist:assert_bool -extras_require = setuptools.dist:check_extras -use_2to3_exclude_fixers = setuptools.dist:assert_string_list -packages = setuptools.dist:check_packages -dependency_links = setuptools.dist:assert_string_list -namespace_packages = setuptools.dist:check_nsp -use_2to3_fixers = setuptools.dist:assert_string_list -test_loader = setuptools.dist:check_importable -eager_resources = setuptools.dist:assert_string_list -test_suite = setuptools.dist:check_test_suite -install_requires = setuptools.dist:check_requirements -convert_2to3_doctests = setuptools.dist:assert_string_list - -[setuptools.installation] -eggsecutable = setuptools.command.easy_install:bootstrap - -[setuptools.file_finders] -svn_cvs = setuptools.command.sdist:_default_revctrl - |