-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
We need to move from setup.py to pyproject.toml as that will soon be deprecated and eventually unsupported: pypa/pip#6334
We should:
- Change the template to use
pyproject.toml
instead ofsetup.py
- Figure out how to do versions, because today we are reading from extension.yaml
- Move the ruff configuration to
pyproject.toml
instead ofruff.toml
- Update the documentation
- Update our internal build systems to work with pyproject.toml
Metadata
Metadata
Assignees
Labels
No labels