aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-12 11:23:37 +0200
committerJason R. Coombs <jaraco@jaraco.com>2017-10-12 11:23:37 +0200
commitaa2e8aaea3e466025230b1956f62b0839529e27f (patch)
treebed06c513d9c2bad438728eb690a570411bf67f9
parent749c3fe3232fd99d8c98d15113cce3e7f3c6a6f4 (diff)
downloadexternal_python_setuptools-aa2e8aaea3e466025230b1956f62b0839529e27f.tar.gz
external_python_setuptools-aa2e8aaea3e466025230b1956f62b0839529e27f.tar.bz2
external_python_setuptools-aa2e8aaea3e466025230b1956f62b0839529e27f.zip
Update changelog regarding dist_info command. Ref #1143.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index aa61e1cd..3dbda9dc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,9 @@ v36.6.0
* #1143: Added ``setuptools.build_meta`` module, an implementation
of PEP-517 for Setuptools-defined packages.
+* #1143: Added ``dist_info`` command for producing dist_info
+ metadata.
+
v36.5.0
-------