diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-12 13:01:58 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-12 13:01:58 +0100 |
commit | ffd84e8dd6fd2aaa30f1ff02ce44b4794a56a93c (patch) | |
tree | 5cba4ee51f8df21a810f8137091fb3306681fff1 | |
parent | 8e72d24832c9c94108e404d368ee09685630cbe8 (diff) | |
download | python-setuptools-git-ffd84e8dd6fd2aaa30f1ff02ce44b4794a56a93c.tar.gz |
Add news fragment
-rw-r--r-- | changelog.d/3363.doc.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/3363.doc.rst b/changelog.d/3363.doc.rst new file mode 100644 index 00000000..d25e41c2 --- /dev/null +++ b/changelog.d/3363.doc.rst @@ -0,0 +1,3 @@ +Rework some documentation pages to de-emphasize ``distutils`` and the history +of packaging in the Python ecosystem. The focus of these changes is to make the +documentation easier to read for new users. |