bpo-34632: fix installation of importlib.metadata (#13563) · python/cpython@c3738cf (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit c3738cf

yan12125jaraco

authored and

committed

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -1320,6 +1320,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
1320 1320 test/test_import/data/package \
1321 1321 test/test_import/data/package2 \
1322 1322 importlib \
1323 + importlib/metadata \
1323 1324 test/test_importlib \
1324 1325 test/test_importlib/builtin \
1325 1326 test/test_importlib/data01 \