summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 13:02:58 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 14:12:04 +0000
commite7e9548b273b8fd0a99e4b01958c60a44edde0c0 (patch)
tree748bd8c0bd7385af5c1fc565944433d3a06842ff
parent9d0dc418639a0bf7cd9244feb705d30b60e1a906 (diff)
downloadpython-setuptools-git-e7e9548b273b8fd0a99e4b01958c60a44edde0c0.tar.gz
Add news fragment regarding the fix for #2849
-rw-r--r--changelog.d/2849.change.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/2849.change.rst b/changelog.d/2849.change.rst
new file mode 100644
index 00000000..9c16df1b
--- /dev/null
+++ b/changelog.d/2849.change.rst
@@ -0,0 +1,3 @@
+Add fallback for custom ``build_py`` commands inheriting directly from
+:mod:`distutils`, while still handling ``include_package_data=True`` for
+``sdist``.