Skip to content

Commit 07d9181

Browse files
committed
Vendor importlib-metadata
1 parent b395c9f commit 07d9181

File tree

6 files changed

+1005
-0
lines changed

6 files changed

+1005
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ drop = [
3838
"bin/",
3939
# interpreter and OS specific msgpack libs
4040
"msgpack/*.so",
41+
# importlib-metadata carries a bunch of test data we don't need
42+
"importlib_metadata/docs/",
43+
"importlib_metadata/tests/",
4144
# unneeded parts of setuptools
4245
"easy_install.py",
4346
"setuptools",

0 commit comments

Comments
 (0)