setup: Save vendor.txt as package data as well

This commit is contained in:
Noah Gorny 2020-03-23 14:36:33 +02:00
parent c7bde5bf88
commit 48dcfdf7d0
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ setup(
exclude=["contrib", "docs", "tests*", "tasks"],
),
package_data={
"pip._vendor": ["vendor.txt"],
"pip._vendor.certifi": ["*.pem"],
"pip._vendor.requests": ["*.pem"],
"pip._vendor.distlib._backport": ["sysconfig.cfg"],