mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
Add missing build-system section to pyproject.toml
Add missing `build-system` section to make the `pyproject.toml` file conform to PEP 517, and use the correct `setuptools.build_meta` backend. This is necessary to make the package build with the more strict packaging tools, e.g. used by Gentoo. See: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
This commit is contained in:
committed by
Roman Zeyde
parent
b944ae2989
commit
ed491925b2
@@ -1,3 +1,7 @@
|
||||
[build-system]
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "amodem"
|
||||
version = "1.16.0"
|
||||
|
||||
Reference in New Issue
Block a user