aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-03 06:33:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-03 06:33:14 -0400
commite59dd5c8b8d77acb4239a6dcee370cd7e399be6d (patch)
tree77a9611fefc297383258986acb5fbdc5f29dcd56 /changelog.d
parent5d6fe655504d2ab327de70eae9912abd82b8f85a (diff)
parenta2579f78dc6f7b3d2b491969474d07e5a7ec60ed (diff)
downloadexternal_python_setuptools-e59dd5c8b8d77acb4239a6dcee370cd7e399be6d.tar.gz
external_python_setuptools-e59dd5c8b8d77acb4239a6dcee370cd7e399be6d.tar.bz2
external_python_setuptools-e59dd5c8b8d77acb4239a6dcee370cd7e399be6d.zip
Merge branch 'master' of https://github.com/pypa/setuptools
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1698.doc.rst1
-rw-r--r--changelog.d/2040.change.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/1698.doc.rst b/changelog.d/1698.doc.rst
new file mode 100644
index 00000000..90dc14c1
--- /dev/null
+++ b/changelog.d/1698.doc.rst
@@ -0,0 +1 @@
+Added documentation for ``build_meta`` (a bare minimum, not completed).
diff --git a/changelog.d/2040.change.rst b/changelog.d/2040.change.rst
new file mode 100644
index 00000000..b8f36f6f
--- /dev/null
+++ b/changelog.d/2040.change.rst
@@ -0,0 +1 @@
+Deprecated the ``bdist_wininst`` command. Binary packages should be built as wheels instead.