summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-04-04 01:30:43 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-04-04 09:42:36 +0100
commit5c33096f68828bc2afe8490174fa6ccf8a70931d (patch)
tree66a74c53534ba887e8f0995a8ce4695a771b112a
parent0a836a3c2c8cb2f3a7b418f2c476b4b499cabdd1 (diff)
downloadpython-setuptools-git-5c33096f68828bc2afe8490174fa6ccf8a70931d.tar.gz
Add news fragment
-rw-r--r--changelog.d/3244.misc.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/3244.misc.rst b/changelog.d/3244.misc.rst
new file mode 100644
index 00000000..b3fa121a
--- /dev/null
+++ b/changelog.d/3244.misc.rst
@@ -0,0 +1,2 @@
+Fixed problem preventing ``readme`` specified as dynamic in ``pyproject.toml``
+from being dynamically specified in ``setup.py``.