diff options
author | Paul Ganssle <paul@ganssle.io> | 2018-11-05 10:35:45 -0500 |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2018-11-07 17:38:41 -0500 |
commit | 54466884a9458bc77ecfe3a30ac0f1b21126006b (patch) | |
tree | ffb3f35c6d988c03733ceb9ae51d674dc38b5a44 | |
parent | 33185837dbc1f75f7894b9cbc3e56c1c6a868c4c (diff) | |
download | external_python_setuptools-54466884a9458bc77ecfe3a30ac0f1b21126006b.tar.gz external_python_setuptools-54466884a9458bc77ecfe3a30ac0f1b21126006b.tar.bz2 external_python_setuptools-54466884a9458bc77ecfe3a30ac0f1b21126006b.zip |
Add changelog for PR #1576
-rw-r--r-- | changelog.d/1576.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1576.change.rst b/changelog.d/1576.change.rst new file mode 100644 index 00000000..85c578ed --- /dev/null +++ b/changelog.d/1576.change.rst @@ -0,0 +1 @@ +Started monkey-patching ``get_metadata_version`` and ``read_pkg_file`` onto ``distutils.DistributionMetadata`` to retain the correct version on the ``PKG-INFO`` file in the (deprecated) ``upload`` command. |