tensorflow / tensorflow/models
Time to use `build` from `setuptools` instead of `distutils`?
Open
@laxmareddyp is already working on this.
Since Apr 22, 2024.
models:research
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
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:
(build is available directly from setuptools, starting on version v62.4.0)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.