diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-27 10:44:50 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-27 10:48:58 +0000 |
| commit | 46db21ae30d2d0d3c216434cfa603aef24f3a97c (patch) | |
| tree | b0c78e8ecbc58ed99368d25334c24f964e706e67 | |
| parent | 89e7f64ffd4e57bc2a764c885382d99a28133a2d (diff) | |
| download | python-setuptools-git-46db21ae30d2d0d3c216434cfa603aef24f3a97c.tar.gz | |
Adjust news fragment for more descriptiveness
| -rw-r--r-- | changelog.d/3594.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3836.misc.rst | 9 |
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 |
