1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-04 02:28:34 +00:00
borg/pyproject.toml
Thomas Waldmann 82a80bf760 add pyproject.toml, fix sys.path, fixes #6466
setup.py: add parent to sys.path

When using pyproject.toml the parent of setup.py is not on sys.path by default.

See <pypa/setuptools#3134>.
2022-04-07 18:48:48 +02:00

3 lines
104 B
TOML

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