[python] Generate pyproject.toml
for our packaging, slowly deprecate setup.py
#5555
Labels
emitter:client:python
Issue for the Python client emitter: @typespec/http-client-python
The python world is moving from
setup.py
->pyproject.toml
, so we should go with the tide. For our new package generations, I think we can switch entirely over topyproject.toml
instead ofsetup.py
. This will gradually shift the makeup of our packages topyproject.toml
. Please make note to publicize this at least in the Python team's chatThe text was updated successfully, but these errors were encountered: