mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-04 02:28:34 +00:00
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>.
3 lines
104 B
TOML
3 lines
104 B
TOML
[build-system]
|
|
requires = ["setuptools", "pkgconfig", "Cython"]
|
|
build-backend = "setuptools.build_meta"
|