Include the wheel manifests in the manifest
This commit is contained in:
parent
9f84e9f84a
commit
4036c70417
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ def rezip_wheels(opts, manifest):
|
|||
wf = zip_wheel(opts.tmpdir, w)
|
||||
|
||||
# Insert a new wheel source
|
||||
manifest["wheels"][wn] = {"hashes": [], "source": wf}
|
||||
manifest["wheels"][wn] = {"hashes": [], "source": wf, "manifest": w}
|
||||
|
||||
# Insert the requirement
|
||||
manifest["requirements"][w["meta"]["Name"]] = w["meta"]["Version"]
|
||||
|
|
Loading…
Reference in a new issue