mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
8ab9f444b7
Metadata in `setup.cfg` rather than `pyproject.toml` as I'm a bit confused about `setuptools` support for PEP-621. Test stuff still in `setup.py`, this needs updating and I'm not satisfied with the way they are loaded/discovered.
4 lines
98 B
TOML
4 lines
98 B
TOML
[build-system]
|
|
requires = ["setuptools>=51.0.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|