-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Packaging
-
None
The setuptools team is encouraging users to no longer call setup.py directly to build projects. Instead they want package maintainers to use something like the new build project.
python -m pip install build python -m build --sdist # For each version of python python<X.Y> -m build --wheel
- depends on
-
PYTHON-2965 Migrate to a PEP517 compliant build system
- Closed