# HG changeset patch # User Franz Glasner # Date 1698737334 -3600 # Node ID c27d0812b30d490f7cf3adc16d6e6a528fff9c5b # Parent 95d3239bec732f0ccbb4fb5dc6f3438e923b6ff8 FIX: Ref to PEP 491 instead of old PEP 427 diff -r 95d3239bec73 -r c27d0812b30d setup.py --- 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