Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
9298e5f2
Commit
9298e5f2
authored
Jul 13, 2013
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated bundled egg-info
parent
0be93889
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
54 deletions
+54
-54
setuptools.egg-info/dependency_links.txt
setuptools.egg-info/dependency_links.txt
+1
-1
setuptools.egg-info/entry_points.txt
setuptools.egg-info/entry_points.txt
+46
-46
setuptools.egg-info/requires.txt
setuptools.egg-info/requires.txt
+7
-7
No files found.
setuptools.egg-info/dependency_links.txt
View file @
9298e5f2
https://pypi.python.org/packages/source/c/certifi/certifi-0.0.
9
.tar.gz#md5=dc5f5e7f0b5fc08d27654b17daa6ecec
https://pypi.python.org/packages/source/c/certifi/certifi-0.0.
10
.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
...
...
setuptools.egg-info/entry_points.txt
View file @
9298e5f2
[distutils.commands]
build_ext = setuptools.command.build_ext:build_ext
build_py = setuptools.command.build_py:build_py
install = setuptools.command.install:install
rotate = setuptools.command.rotate:rotate
upload_docs = setuptools.command.upload_docs:upload_docs
install_egg_info = setuptools.command.install_egg_info:install_egg_info
sdist = setuptools.command.sdist:sdist
install_scripts = setuptools.command.install_scripts:install_scripts
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
egg_info = setuptools.command.egg_info:egg_info
setopt = setuptools.command.setopt:setopt
register = setuptools.command.register:register
develop = setuptools.command.develop:develop
saveopts = setuptools.command.saveopts:saveopts
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
bdist_egg = setuptools.command.bdist_egg:bdist_egg
test = setuptools.command.test:test
install_lib = setuptools.command.install_lib:install_lib
easy_install = setuptools.command.easy_install:easy_install
alias = setuptools.command.alias:alias
[egg_info.writers]
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
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
top_level.txt = setuptools.command.egg_info:write_toplevel_names
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
PKG-INFO = setuptools.command.egg_info:write_pkg_info
[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
[distutils.setup_keywords]
eager_resources = setuptools.dist:assert_string_list
install_requires = setuptools.dist:check_requirements
test_loader = setuptools.dist:check_importable
test_suite = setuptools.dist:check_test_suite
namespace_packages = setuptools.dist:check_nsp
dependency_links = setuptools.dist:assert_string_list
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
package_data = setuptools.dist:check_package_data
convert_2to3_doctests = setuptools.dist:assert_string_list
include_package_data = setuptools.dist:assert_bool
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
exclude_package_data = setuptools.dist:check_package_data
tests_require = setuptools.dist:check_requirements
test_suite = setuptools.dist:check_test_suite
entry_points = setuptools.dist:check_entry_points
dependency_links = setuptools.dist:assert_string_list
use_2to3 = setuptools.dist:assert_bool
packages = setuptools.dist:check_packages
zip_safe = setuptools.dist:assert_bool
namespace_packages = setuptools.dist:check_nsp
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
[console_scripts]
easy_install-3.3 = setuptools.command.easy_install:main
easy_install = setuptools.command.easy_install:main
[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.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
setuptools.egg-info/requires.txt
View file @
9298e5f2
[ssl:sys_platform=='win32']
wincertstore==0.1
[certs]
certifi==0.0.9
[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
\ No newline at end of file
ctypes==1.0.2
[ssl:sys_platform=='win32']
wincertstore==0.1
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment