Commit 71ae1745 authored by Stefan H. Holek's avatar Stefan H. Holek

Remove egg-info from repo.

--HG--
branch : distribute
extra : rebase_source : 89a58a7b518862cdbf37a30a4b512853730251cc
parent 7efb0c18
[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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment