diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-10 17:40:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-10 17:40:36 -0400 |
commit | b1b0134ba75dfefdad23d7410e14c74c8ec83aaa (patch) | |
tree | 70f1c981bb85777f9f13c6afb076424d2503e0cf | |
parent | 5638e4783fc0f4f5cc40e7ecfab0500983826fa0 (diff) | |
download | external_python_setuptools-b1b0134ba75dfefdad23d7410e14c74c8ec83aaa.tar.gz external_python_setuptools-b1b0134ba75dfefdad23d7410e14c74c8ec83aaa.tar.bz2 external_python_setuptools-b1b0134ba75dfefdad23d7410e14c74c8ec83aaa.zip |
Based on my understanding, this is more of a bugfix than a breaking change.
-rw-r--r-- | changelog.d/2075.change.rst (renamed from changelog.d/2075.breaking.rst) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/2075.breaking.rst b/changelog.d/2075.change.rst index 8d88b33f..abb13000 100644 --- a/changelog.d/2075.breaking.rst +++ b/changelog.d/2075.change.rst @@ -1 +1 @@ -Stop recognizing files ending with ``.dist-info`` as distribution metadata +Stop recognizing files ending with ``.dist-info`` as distribution metadata. |