diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 20:33:57 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 20:33:57 -0400 |
commit | 2de1c553de6472ce3e830b32fcbf39043321ba2a (patch) | |
tree | ef69fce93a92fe700d0d8cb9ed407933530119d0 | |
parent | d6507eda8166ce8929019bfb65518ad747d01007 (diff) | |
download | external_python_setuptools-2de1c553de6472ce3e830b32fcbf39043321ba2a.tar.gz external_python_setuptools-2de1c553de6472ce3e830b32fcbf39043321ba2a.tar.bz2 external_python_setuptools-2de1c553de6472ce3e830b32fcbf39043321ba2a.zip |
Updated egg_info with corrected metadata
-rw-r--r-- | setuptools.egg-info/dependency_links.txt | 2 | ||||
-rw-r--r-- | setuptools.egg-info/entry_points.txt | 90 | ||||
-rw-r--r-- | setuptools.egg-info/requires.txt | 14 |
3 files changed, 53 insertions, 53 deletions
diff --git a/setuptools.egg-info/dependency_links.txt b/setuptools.egg-info/dependency_links.txt index aea106c5..c688b7ea 100644 --- a/setuptools.egg-info/dependency_links.txt +++ b/setuptools.egg-info/dependency_links.txt @@ -1,4 +1,4 @@ -https://pypi.python.org/packages/source/c/certifi/certifi-0.0.10.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec +https://pypi.python.org/packages/source/c/certifi/certifi-0.0.8.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec https://pypi.python.org/packages/source/s/ssl/ssl-1.16.tar.gz#md5=fb12d335d56f3c8c7c1fefc1c06c4bfb https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.1.zip#md5=2f9accbebe8f7b4c06ac7aa83879b81c https://bitbucket.org/pypa/setuptools/downloads/ctypes-1.0.2.win32-py2.4.exe#md5=9092a0ad5a3d79fa2d980f1ddc5e9dbc diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 45cc56a1..6a9cb799 100644 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -1,62 +1,62 @@ +[distutils.commands] +install_scripts = setuptools.command.install_scripts:install_scripts +install_lib = setuptools.command.install_lib:install_lib +install_egg_info = setuptools.command.install_egg_info:install_egg_info +bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst +bdist_egg = setuptools.command.bdist_egg:bdist_egg +register = setuptools.command.register:register +easy_install = setuptools.command.easy_install:easy_install +bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm +test = setuptools.command.test:test +install = setuptools.command.install:install +build_ext = setuptools.command.build_ext:build_ext +develop = setuptools.command.develop:develop +egg_info = setuptools.command.egg_info:egg_info +upload_docs = setuptools.command.upload_docs:upload_docs +saveopts = setuptools.command.saveopts:saveopts +setopt = setuptools.command.setopt:setopt +sdist = setuptools.command.sdist:sdist +rotate = setuptools.command.rotate:rotate +alias = setuptools.command.alias:alias +build_py = setuptools.command.build_py:build_py + [console_scripts] -easy_install-3.3 = setuptools.command.easy_install:main easy_install = setuptools.command.easy_install:main - -[setuptools.file_finders] -svn_cvs = setuptools.command.sdist:_default_revctrl +easy_install-3.3 = setuptools.command.easy_install:main [distutils.setup_keywords] -namespace_packages = setuptools.dist:check_nsp -dependency_links = setuptools.dist:assert_string_list -use_2to3_exclude_fixers = setuptools.dist:assert_string_list convert_2to3_doctests = setuptools.dist:assert_string_list +dependency_links = setuptools.dist:assert_string_list +test_loader = setuptools.dist:check_importable extras_require = setuptools.dist:check_extras -eager_resources = setuptools.dist:assert_string_list -packages = setuptools.dist:check_packages install_requires = setuptools.dist:check_requirements use_2to3_fixers = setuptools.dist:assert_string_list -test_suite = setuptools.dist:check_test_suite +use_2to3_exclude_fixers = setuptools.dist:assert_string_list +eager_resources = setuptools.dist:assert_string_list +package_data = setuptools.dist:check_package_data entry_points = setuptools.dist:check_entry_points zip_safe = setuptools.dist:assert_bool -use_2to3 = setuptools.dist:assert_bool -package_data = setuptools.dist:check_package_data -tests_require = setuptools.dist:check_requirements -test_loader = setuptools.dist:check_importable -include_package_data = setuptools.dist:assert_bool exclude_package_data = setuptools.dist:check_package_data +include_package_data = setuptools.dist:assert_bool +test_suite = setuptools.dist:check_test_suite +namespace_packages = setuptools.dist:check_nsp +tests_require = setuptools.dist:check_requirements +packages = setuptools.dist:check_packages +use_2to3 = setuptools.dist:assert_bool -[egg_info.writers] -namespace_packages.txt = setuptools.command.egg_info:overwrite_arg -requires.txt = setuptools.command.egg_info:write_requirements -entry_points.txt = setuptools.command.egg_info:write_entries -dependency_links.txt = setuptools.command.egg_info:overwrite_arg -top_level.txt = setuptools.command.egg_info:write_toplevel_names -depends.txt = setuptools.command.egg_info:warn_depends_obsolete -eager_resources.txt = setuptools.command.egg_info:overwrite_arg -PKG-INFO = setuptools.command.egg_info:write_pkg_info +[setuptools.file_finders] +svn_cvs = setuptools.command.sdist:_default_revctrl [setuptools.installation] eggsecutable = setuptools.command.easy_install:bootstrap -[distutils.commands] -install_egg_info = setuptools.command.install_egg_info:install_egg_info -build_ext = setuptools.command.build_ext:build_ext -test = setuptools.command.test:test -install_lib = setuptools.command.install_lib:install_lib -build_py = setuptools.command.build_py:build_py -bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm -setopt = setuptools.command.setopt:setopt -egg_info = setuptools.command.egg_info:egg_info -saveopts = setuptools.command.saveopts:saveopts -sdist = setuptools.command.sdist:sdist -bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst -easy_install = setuptools.command.easy_install:easy_install -alias = setuptools.command.alias:alias -rotate = setuptools.command.rotate:rotate -install = setuptools.command.install:install -bdist_egg = setuptools.command.bdist_egg:bdist_egg -develop = setuptools.command.develop:develop -register = setuptools.command.register:register -install_scripts = setuptools.command.install_scripts:install_scripts -upload_docs = setuptools.command.upload_docs:upload_docs +[egg_info.writers] +dependency_links.txt = setuptools.command.egg_info:overwrite_arg +namespace_packages.txt = setuptools.command.egg_info:overwrite_arg +depends.txt = setuptools.command.egg_info:warn_depends_obsolete +PKG-INFO = setuptools.command.egg_info:write_pkg_info +eager_resources.txt = setuptools.command.egg_info:overwrite_arg +requires.txt = setuptools.command.egg_info:write_requirements +top_level.txt = setuptools.command.egg_info:write_toplevel_names +entry_points.txt = setuptools.command.egg_info:write_entries diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index 66f24688..dac9e411 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,13 +1,13 @@ -[ssl:python_version in '2.4, 2.5'] -ssl==1.16 - -[certs] -certifi==0.0.10 - [ssl:sys_platform=='win32' and python_version=='2.4'] ctypes==1.0.2 [ssl:sys_platform=='win32'] -wincertstore==0.1
\ No newline at end of file +wincertstore==0.1 + +[ssl:python_version in '2.4, 2.5'] +ssl==1.16 + +[certs] +certifi==0.0.8
\ No newline at end of file |