Mercurial > hgrepos > Python > libs > ConfigMix
changeset 748:c27d0812b30d
FIX: Ref to PEP 491 instead of old PEP 427
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 31 Oct 2023 08:28:54 +0100 |
| parents | 95d3239bec73 |
| children | a4db7bd42eea |
| files | setup.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Oct 30 15:46:13 2023 +0100 +++ b/setup.py Tue Oct 31 08:28:54 2023 +0100 @@ -180,7 +180,7 @@ # - # See also: https://peps.python.org/pep-0427/ + # See also: https://peps.python.org/pep-0491/ # See also: https://github.com/google/or-tools/issues/616 # from setuptools.command.install import install
