From 54466884a9458bc77ecfe3a30ac0f1b21126006b Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Mon, 5 Nov 2018 10:35:45 -0500 Subject: Add changelog for PR #1576 --- changelog.d/1576.change.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1576.change.rst (limited to 'changelog.d') 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. -- cgit v1.2.3