File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ Release History
4
4
5
5
.. towncrier release notes start
6
6
7
+ v4.3.5 (2023-01-18)
8
+ -------------------
9
+
10
+ Bugfixes - 4.3.5
11
+ ~~~~~~~~~~~~~~~~
12
+ - When building a ``wheel `` or ``editable `` package with a PEP 517 backend, no
13
+ longer pass an empty ``metadata_directory `` to the backend ``build_wheel `` or
14
+ ``build_editable `` endpoint.
15
+
16
+ Some backends, such as PDM and poetry, will not generate package metadata in
17
+ the presence of a ``metadata_directory ``, even if it is empty.
18
+
19
+ Prior to this change, attempting to install a wheel created by tox using PDM or
20
+ poetry would return an error like "There is no item named
21
+ 'my-package.0.1.dist-info/WHEEL' in the archive" - by :user: `masenf `. (:issue: `2880 `)
22
+
23
+
7
24
v4.3.4 (2023-01-17)
8
25
-------------------
9
26
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments