Declare build system in pyproject.toml
This MR adds the [build-system]
section to pyproject.toml to support pep-517 builders, and removes the deprecated setup_requires
key in setup.cfg.
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 19 November 2024 starting at approximately 9am MST (4pm UTC, 8am PST). It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
This MR adds the [build-system]
section to pyproject.toml to support pep-517 builders, and removes the deprecated setup_requires
key in setup.cfg.