summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosip Delic <delijati@googlemail.com>2022-03-15 21:42:59 +0100
committerJosip Delic <delijati@googlemail.com>2022-03-15 21:42:59 +0100
commit44fe94c5480d3271f2add326d3c443f757b8521e (patch)
tree5594d7545ff3070708d5ea0140a329149af9dad0
parentd47c554b23b944c4c6e6c48c3fba1df50e5838ee (diff)
downloadpython-setuptools-git-44fe94c5480d3271f2add326d3c443f757b8521e.tar.gz
Add in changelog.d a note
-rw-r--r--changelog.d/3167.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3167.change.rst b/changelog.d/3167.change.rst
new file mode 100644
index 00000000..5f44bec4
--- /dev/null
+++ b/changelog.d/3167.change.rst
@@ -0,0 +1 @@
+Honor unix file mode in ZipFile when installing wheel via ``install_as_egg`` -- by :user:`delijati`