summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-02 14:31:44 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-02 14:31:44 -0500
commitd56ed68dcdb321df635a2c3a698c5026b7feadcc (patch)
treeb52143dbad6b987c1a1082755863b4cd82ca75bf
parent731df905fb0282c7255e4e0d4acf339a98e3db7e (diff)
downloadpython-setuptools-git-bugfix/1623-always-targz.tar.gz
-rw-r--r--changelog.d/1625.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1625.change.rst b/changelog.d/1625.change.rst
new file mode 100644
index 00000000..9125ac0c
--- /dev/null
+++ b/changelog.d/1625.change.rst
@@ -0,0 +1 @@
+In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.