Files
galaxy/packages/package-pyproject.toml
T
Nicola Soranzo c4aeb69683 Modernise build of galaxy-util package
- Move package metadata from `setup.py` and `project_galaxy_util.py`
  to `setup.cfg` (scripts need to be updated).
- Use `build` package to build sdist and wheel packages (Makefile
  needs to be updated).
2022-06-09 22:55:07 +01:00

4 lines
81 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"