summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-08-26 18:42:00 -0400
committerGitHub <noreply@github.com>2021-08-26 18:42:00 -0400
commit78b975b478e8cc8d76aabdf2ca1db92c8c83a69e (patch)
treef1933325a5b82aac9fdd5aab6efa1ba06c9d3bd5 /changelog.d
parent0c302d232dd1a1f4ec531050532a84274edac2f4 (diff)
parent353f3fc4bb73cc9967dfb2beff8892e7cb23b7a6 (diff)
downloadpython-setuptools-git-78b975b478e8cc8d76aabdf2ca1db92c8c83a69e.tar.gz
Merge pull request #2712 from darkvertex/data_files_glob_directive
Implement #1681 (globbing support for `[options.data_files]`)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2712.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2712.change.rst b/changelog.d/2712.change.rst
new file mode 100644
index 00000000..952101f1
--- /dev/null
+++ b/changelog.d/2712.change.rst
@@ -0,0 +1 @@
+Added implicit globbing support for `[options.data_files]` values.