Time to use `build` from `setuptools` instead of `distutils`?
abravalheri opened this issue · 0 comments
abravalheri commented
The following feature in setuptools has been deprecated for almost 2 years and is about to be removed:
It might be a good idea to import build
directly from setuptools for the following code:
models/research/seq_flow_lite/demo/colab/setup.py
Lines 24 to 27 in 1a4a5bf
(build
is available directly from setuptools, starting on version v62.4.0)