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
6448b980
Commit
6448b980
authored
Nov 24, 2013
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate egg_info based on new setup.py
parent
b14f0645
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
60 deletions
+50
-60
setuptools.egg-info/dependency_links.txt
setuptools.egg-info/dependency_links.txt
+0
-4
setuptools.egg-info/entry_points.txt
setuptools.egg-info/entry_points.txt
+48
-48
setuptools.egg-info/requires.txt
setuptools.egg-info/requires.txt
+2
-8
No files found.
setuptools.egg-info/dependency_links.txt
View file @
6448b980
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
https://bitbucket.org/pypa/setuptools/downloads/ssl-1.16-py2.4-win32.egg#md5=3cfa2c526dc66e318e8520b6f1aadce5
https://bitbucket.org/pypa/setuptools/downloads/ssl-1.16-py2.5-win32.egg#md5=85ad1cda806d639743121c0bbcb5f39b
setuptools.egg-info/entry_points.txt
View file @
6448b980
[distutils.setup_keywords]
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
extras_require = setuptools.dist:check_extras
install_requires = setuptools.dist:check_requirements
test_loader = setuptools.dist:check_importable
use_2to3 = setuptools.dist:assert_bool
eager_resources = setuptools.dist:assert_string_list
convert_2to3_doctests = setuptools.dist:assert_string_list
zip_safe = setuptools.dist:assert_bool
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
use_2to3_fixers = setuptools.dist:assert_string_list
packages = setuptools.dist:check_packages
entry_points = setuptools.dist:check_entry_points
package_data = setuptools.dist:check_package_data
dependency_links = setuptools.dist:assert_string_list
exclude_package_data = setuptools.dist:check_package_data
[egg_info.writers]
requires.txt = setuptools.command.egg_info:write_requirements
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
top_level.txt = setuptools.command.egg_info:write_toplevel_names
entry_points.txt = setuptools.command.egg_info:write_entries
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
dependency_links.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
[setuptools.installation]
eggsecutable = setuptools.command.easy_install:bootstrap
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.3 = setuptools.command.easy_install:main
[setuptools.installation]
eggsecutable = setuptools.command.easy_install:bootstrap
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
[distutils.setup_keywords]
use_2to3_fixers = setuptools.dist:assert_string_list
package_data = setuptools.dist:check_package_data
use_2to3 = setuptools.dist:assert_bool
namespace_packages = setuptools.dist:check_nsp
test_suite = setuptools.dist:check_test_suite
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
packages = setuptools.dist:check_packages
exclude_package_data = setuptools.dist:check_package_data
dependency_links = setuptools.dist:assert_string_list
eager_resources = setuptools.dist:assert_string_list
install_requires = setuptools.dist:check_requirements
include_package_data = setuptools.dist:assert_bool
convert_2to3_doctests = setuptools.dist:assert_string_list
entry_points = setuptools.dist:check_entry_points
extras_require = setuptools.dist:check_extras
test_loader = setuptools.dist:check_importable
tests_require = setuptools.dist:check_requirements
zip_safe = setuptools.dist:assert_bool
[distutils.commands]
sdist = setuptools.command.sdist:sdist
rotate = setuptools.command.rotate:rotate
test = setuptools.command.test:test
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
build_py = setuptools.command.build_py:build_py
saveopts = setuptools.command.saveopts:saveopts
build_ext = setuptools.command.build_ext:build_ext
install_lib = setuptools.command.install_lib:install_lib
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
easy_install = setuptools.command.easy_install:easy_install
register = setuptools.command.register:register
alias = setuptools.command.alias:alias
test = setuptools.command.test:test
install = setuptools.command.install:install
upload_docs = setuptools.command.upload_docs:upload_docs
register = setuptools.command.register:register
develop = setuptools.command.develop:develop
install_scripts = setuptools.command.install_scripts:install_scripts
bdist_egg = setuptools.command.bdist_egg:bdist_egg
egg_info = setuptools.command.egg_info:egg_info
install_egg_info = setuptools.command.install_egg_info:install_egg_info
build_ext = setuptools.command.build_ext:build_ext
setopt = setuptools.command.setopt:setopt
bdist_egg = setuptools.command.bdist_egg:bdist_egg
easy_install = setuptools.command.easy_install:easy_install
upload_docs = setuptools.command.upload_docs:upload_docs
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
install_lib = setuptools.command.install_lib:install_lib
rotate = setuptools.command.rotate:rotate
sdist = setuptools.command.sdist:sdist
alias = setuptools.command.alias:alias
saveopts = setuptools.command.saveopts:saveopts
build_py = setuptools.command.build_py:build_py
install_egg_info = setuptools.command.install_egg_info:install_egg_info
install_scripts = setuptools.command.install_scripts:install_scripts
[egg_info.writers]
PKG-INFO = setuptools.command.egg_info:write_pkg_info
top_level.txt = setuptools.command.egg_info:write_toplevel_names
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
requires.txt = setuptools.command.egg_info:write_requirements
entry_points.txt = setuptools.command.egg_info:write_entries
setuptools.egg-info/requires.txt
View file @
6448b980
[ssl:sys_platform=='win32' and python_version=='2.4']
ctypes==1.0.2
[ssl:sys_platform=='win32']
wincertstore==0.1
[certs]
certifi==0.0.8
[ssl:python_version in '2.4, 2.5']
ssl==1.16
\ No newline at end of file
[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