We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44f137 commit 1ef41dbCopy full SHA for 1ef41db
docs/_newsfragments/2384.bugfix.rst
docs/changes/4.0.1.rst
@@ -8,4 +8,10 @@ This is a minor point release addressing a Python distribution issue in
8
Falcon 4.0.0.
9
10
11
-.. towncrier release notes start
+Fixed
12
+-----
13
+
14
+- Installing Falcon 4.0.0 unexpectly copies many unintended directories from the
15
+ source tree to the venv's ``site-packages``. This issue has been rectified, and
16
+ our CI has been extended with new tests (that verify what is actually installed
17
+ from the distribution) to make sure this regression does not resurface. (`#2384 <https://github.com/falconry/falcon/issues/2384>`__)
0 commit comments