Skip to content

Commit bdfb0a7

Browse files
committed
Ensure dist-info command can be bootstrapped
1 parent 2549604 commit bdfb0a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap.egg-info/entry_points.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[distutils.commands]
22
egg_info = setuptools.command.egg_info:egg_info
3+
dist_info = setuptools.command.dist_info:dist_info
34
build_py = setuptools.command.build_py:build_py
45
sdist = setuptools.command.sdist:sdist
56
editable_wheel = setuptools.command.editable_wheel:editable_wheel

0 commit comments

Comments
 (0)