mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-04 02:28:34 +00:00
Merge pull request #6545 from ThomasWaldmann/add-pyproject.toml-1.2
add pyproject.toml, fix sys.path, fixes #6466
This commit is contained in:
commit
b602352d34
2 changed files with 4 additions and 0 deletions
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "pkgconfig", "Cython"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
1
setup.py
1
setup.py
|
@ -19,6 +19,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
cythonize = None
|
cythonize = None
|
||||||
|
|
||||||
|
sys.path += [os.path.dirname(__file__)]
|
||||||
import setup_checksums
|
import setup_checksums
|
||||||
import setup_compress
|
import setup_compress
|
||||||
import setup_crypto
|
import setup_crypto
|
||||||
|
|
Loading…
Add table
Reference in a new issue