mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
ec92dec9ab
I do not fully understand how the building process works, and have some doubts on what a "source distribution" should be. The sdist might be polluted if a "man" directory exists at the project root when building the distribution. The inclusion of man pages in the wheel requires it to be built from the sdist, so it's best to build both at the same time using "python -m build". Closes #215
4 lines
108 B
TOML
4 lines
108 B
TOML
[build-system]
|
|
requires = ["setuptools>=51.0.0", "wheel", "sphinx"]
|
|
build-backend = "setuptools.build_meta"
|