-
I am following https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html trying to update a package which includes
The best I've come up with is the following, but is there a better way to do this?
The python package in question builds some compiled code using configure and so it hooks into |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Invoking |
Beta Was this translation helpful? Give feedback.
Invoking
setup.py
directly is highly discouraged: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html. Would this explanation be enough?