summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-12-29 12:57:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-12-29 12:57:51 -0500
commit589a70571a890b8113c75916325230b0b832f8c0 (patch)
tree57fa171a8e4cb66e5cb56c0c90f03f87ded5e40f
parent8a7a6272942c84a0cf59169b84f7434ea4dc4bfe (diff)
downloadpython-setuptools-git-589a70571a890b8113c75916325230b0b832f8c0.tar.gz
Mark the change as a breaking change.
-rw-r--r--changelog.d/1634.breaking.rst1
-rw-r--r--changelog.d/1634.change.rst1
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/1634.breaking.rst b/changelog.d/1634.breaking.rst
new file mode 100644
index 00000000..b65e5d9f
--- /dev/null
+++ b/changelog.d/1634.breaking.rst
@@ -0,0 +1 @@
+Include ``pyproject.toml`` in source distribution by default. Projects relying on the previous behavior where ``pyproject.toml`` was excluded by default should stop relying on that behavior or add ``exclude pyproject.toml`` to their MANIFEST.in file.
diff --git a/changelog.d/1634.change.rst b/changelog.d/1634.change.rst
deleted file mode 100644
index 27d0a64a..00000000
--- a/changelog.d/1634.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Include ``pyproject.toml`` in source distribution by default.