comparison setup.py @ 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
comparison
equal deleted inserted replaced
747:95d3239bec73 748:c27d0812b30d
178 178
179 cmdclass["bdist_wheel"] = BDistWheel 179 cmdclass["bdist_wheel"] = BDistWheel
180 180
181 181
182 # 182 #
183 # See also: https://peps.python.org/pep-0427/ 183 # See also: https://peps.python.org/pep-0491/
184 # See also: https://github.com/google/or-tools/issues/616 184 # See also: https://github.com/google/or-tools/issues/616
185 # 185 #
186 from setuptools.command.install import install 186 from setuptools.command.install import install
187 187
188 class InstallPlatlib(install): 188 class InstallPlatlib(install):