mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Include missing package data for Safety. (#5492)
This commit is contained in:
@@ -57,6 +57,7 @@ setup(
|
||||
},
|
||||
package_data={
|
||||
"": ["LICENSE", "NOTICES"],
|
||||
"pipenv.patched.safety": ["VERSION", "safety-policy-template.yml"],
|
||||
"pipenv.patched.pip._vendor.certifi": ["*.pem"],
|
||||
"pipenv.patched.pip._vendor.requests": ["*.pem"],
|
||||
"pipenv.patched.pip._vendor.distlib._backport": ["sysconfig.cfg"],
|
||||
|
||||
Reference in New Issue
Block a user