comparison setup.py @ 749:a4db7bd42eea

Docs
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 31 Oct 2023 08:29:53 +0100
parents c27d0812b30d
children
comparison
equal deleted inserted replaced
748:c27d0812b30d 749:a4db7bd42eea
177 super().finalize_options() 177 super().finalize_options()
178 178
179 cmdclass["bdist_wheel"] = BDistWheel 179 cmdclass["bdist_wheel"] = BDistWheel
180 180
181 181
182 #
183 # Force installation into `platlib` instead of `purelib`.
182 # 184 #
183 # See also: https://peps.python.org/pep-0491/ 185 # See also: https://peps.python.org/pep-0491/
184 # See also: https://github.com/google/or-tools/issues/616 186 # See also: https://github.com/google/or-tools/issues/616
185 # 187 #
186 from setuptools.command.install import install 188 from setuptools.command.install import install