pyproject.toml is recommended instead of setup.py which is currently in the generated output for GAPIC.
Follow this tutorial to use pyproject.toml
https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml
The sample project on PyPA was recently updated to migrate from setup.py/setup.cfg to pyproject.toml
pypa/sampleproject#166
pyproject.tomlis recommended instead of setup.py which is currently in the generated output for GAPIC.Follow this tutorial to use
pyproject.tomlhttps://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml
The sample project on PyPA was recently updated to migrate from
setup.py/setup.cfgtopyproject.tomlpypa/sampleproject#166