Skip to content

Commit

Permalink
Add build_py and sdist to bootstrap metadata. Ensures distutils versi…
Browse files Browse the repository at this point in the history
…ons aren't used while bootstrapping egg-info.
  • Loading branch information
jaraco committed Nov 3, 2021
1 parent 2e66eb7 commit 0ea58d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.egg-info/entry_points.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[distutils.commands]
egg_info = setuptools.command.egg_info:egg_info
build_py = setuptools.command.build_py:build_py
sdist = setuptools.command.sdist:sdist

[distutils.setup_keywords]
include_package_data = setuptools.dist:assert_bool
install_requires = setuptools.dist:check_requirements
extras_require = setuptools.dist:check_extras
entry_points = setuptools.dist:check_entry_points
exclude_package_data = setuptools.dist:check_package_data
namespace_packages = setuptools.dist:check_nsp

[egg_info.writers]
PKG-INFO = setuptools.command.egg_info:write_pkg_info
Expand Down

0 comments on commit 0ea58d0

Please sign in to comment.