mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-05 15:03:30 +00:00
6ab17ee4e1
we have this in setup_requires in setup.py, but i also added it to pyproject.toml - so we can be sure it is installed no matter what. **configuration** of setuptools_scm is done the old way in setup.py here in 1.2-maint, in master we have switched that over to pyproject.toml.
3 lines
127 B
TOML
3 lines
127 B
TOML
[build-system]
|
|
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
|
|
build-backend = "setuptools.build_meta"
|