diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-06 21:47:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-06 21:56:12 -0500 |
| commit | 0bffc7c1c673f9735bdac71a2949fae809ec07a3 (patch) | |
| tree | b22396c1d582776da7cdc5696566e1bd69449eb7 /changelog.d | |
| parent | 28c7abc9516821cb701be5576ccd274a3b0c0389 (diff) | |
| download | python-setuptools-git-0bffc7c1c673f9735bdac71a2949fae809ec07a3.tar.gz | |
Apply suggestions in code review.
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to 'changelog.d')
| -rw-r--r-- | changelog.d/2592.change.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.d/2592.change.rst b/changelog.d/2592.change.rst index 3dbe816f..a38ae0c4 100644 --- a/changelog.d/2592.change.rst +++ b/changelog.d/2592.change.rst @@ -1 +1,3 @@ -Warned for usage of uppercase keys in :code:`metadata` in :code:`setup.cfg`, restored some compatiblity by transforming to lowercase if not. Followed the change of keys in :code:`setup.cfg` now being case-sensitive -- by :user:`melissa-kun-li`
\ No newline at end of file +Made option keys in the ``[metadata]`` section of ``setup.cfg`` case-sensitive. Users having +uppercase option spellings will get a warning suggesting to make them to lowercase +-- by :user:`melissa-kun-li` |
