Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(python): suggest pyproject.toml instead of setup.py (#2488)
* Python PEP621: Suggest pyproject.toml instead of setup.py Modern Python projects favor configuring with `pyproject.toml` over the `setup.py`. https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html > Starting with [PEP 621](https://peps.python.org/pep-0621), the Python community selected `pyproject.toml` as a standard way of specifying project metadata. `Setuptools` has adopted this standard and will use the information contained in this file as an input in the build process. * fix markdown link --------- Co-authored-by: Jeff Ching <[email protected]>
- Loading branch information