diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 11:23:37 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 11:23:37 +0200 |
| commit | aa2e8aaea3e466025230b1956f62b0839529e27f (patch) | |
| tree | bed06c513d9c2bad438728eb690a570411bf67f9 | |
| parent | 749c3fe3232fd99d8c98d15113cce3e7f3c6a6f4 (diff) | |
| download | external_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.rst | 3 |
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 ------- |
