aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorDaniel Himmelstein <daniel.himmelstein@gmail.com>2019-05-22 17:45:44 -0400
committerBenoit Pierre <benoit.pierre@gmail.com>2019-07-16 13:20:36 +0200
commit8f848bd777278fc8dcb42dc45751cd8b95ec2a02 (patch)
treed78ada4b85b44d48a3bda0a2a43b4261c4847e89 /changelog.d
parent305bb1cefc3251c67b55149139a768ddf474f7b6 (diff)
downloadexternal_python_setuptools-8f848bd777278fc8dcb42dc45751cd8b95ec2a02.tar.gz
external_python_setuptools-8f848bd777278fc8dcb42dc45751cd8b95ec2a02.tar.bz2
external_python_setuptools-8f848bd777278fc8dcb42dc45751cd8b95ec2a02.zip
improve `package_data` check
Ensure the dictionary values are lists/tuples of strings. Fix #1459.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1769.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1769.change.rst b/changelog.d/1769.change.rst
new file mode 100644
index 00000000..d48a23b6
--- /dev/null
+++ b/changelog.d/1769.change.rst
@@ -0,0 +1 @@
+Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings.