diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-09-04 08:16:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-04 08:16:43 +0000 |
| commit | 9ee3dae806bff6c6c781f3436d72d68a6bca2685 (patch) | |
| tree | 0cc5579097a9fedd8079f780789816f5bef63098 | |
| parent | a3e6e68365079642d8949b26ecb810751cc15ef1 (diff) | |
| parent | 04940b6e09bb5054666442196383c2fe9e5a09a2 (diff) | |
| download | python-setuptools-git-9ee3dae806bff6c6c781f3436d72d68a6bca2685.tar.gz | |
Merge pull request #1841 from techtonik/patch-1
Fix typo in CHANGES.rst
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 84007b31..dd47cb43 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,7 +12,7 @@ v41.1.0 * #1697: Moved most of the constants from setup.py to setup.cfg * #1749: Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory. * #1750: Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist. -* #1756: Forse metadata-version >= 1.2. when project urls are present. +* #1756: Force metadata-version >= 1.2. when project urls are present. * #1769: Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings. * #1788: Changed compatibility fallback logic for ``html.unescape`` to avoid accessing ``HTMLParser.unescape`` when not necessary. ``HTMLParser.unescape`` is deprecated and will be removed in Python 3.9. * #1790: Added the file path to the error message when a ``UnicodeDecodeError`` occurs while reading a metadata file. |
