summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-02-27 10:44:50 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-02-27 10:48:58 +0000
commit46db21ae30d2d0d3c216434cfa603aef24f3a97c (patch)
treeb0c78e8ecbc58ed99368d25334c24f964e706e67
parent89e7f64ffd4e57bc2a764c885382d99a28133a2d (diff)
downloadpython-setuptools-git-46db21ae30d2d0d3c216434cfa603aef24f3a97c.tar.gz
Adjust news fragment for more descriptiveness
-rw-r--r--changelog.d/3594.change.rst1
-rw-r--r--changelog.d/3836.misc.rst9
2 files changed, 9 insertions, 1 deletions
diff --git a/changelog.d/3594.change.rst b/changelog.d/3594.change.rst
deleted file mode 100644
index acb74c47..00000000
--- a/changelog.d/3594.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added ``htmlcov`` to FlatLayoutPackageFinder.DEFAULT_EXCLUDE -- by :user:`yukihiko-shinoda`
diff --git a/changelog.d/3836.misc.rst b/changelog.d/3836.misc.rst
new file mode 100644
index 00000000..95232cca
--- /dev/null
+++ b/changelog.d/3836.misc.rst
@@ -0,0 +1,9 @@
+Fixed interaction between ``setuptools``' package auto-discovery and
+auto-generated ``htmlcov`` files.
+
+Previously, the ``htmlcov`` name was ignored when searching for single-file
+modules, however the correct behaviour is to ignore it when searching for
+packages (since it is supposed to be a directory, see `coverage config`_)
+-- by :user:`yukihiko-shinoda`.
+
+.. _coverage config: https://coverage.readthedocs.io/en/stable/config.html#html-directory