diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-25 19:53:29 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-25 19:53:29 +0000 |
commit | fc1c493df44a6d30915361795328191caed1a61b (patch) | |
tree | 0a0640dfd1d99502f8b58d00e6accae6db7b0302 | |
parent | 3959c4472e4e34dc3eb1977e5d82c6292fc3fac6 (diff) | |
download | python-setuptools-git-fc1c493df44a6d30915361795328191caed1a61b.tar.gz |
Add news fragment
-rw-r--r-- | changelog.d/3798.misc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/3798.misc.rst b/changelog.d/3798.misc.rst new file mode 100644 index 00000000..25ecf412 --- /dev/null +++ b/changelog.d/3798.misc.rst @@ -0,0 +1,2 @@ +Updated validations for ``pyproject.toml`` using ``validate-pyproject==0.12`` +to allow stub packages (:pep:`561`) to be listed in ``tool.setuptools.packages``. |