mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 07:43:06 +00:00
80188d3bdf
last coala release (0.11.0) is now over 6y old. when using pip install coala, a ton of stuff gets installed (expected) and a part of that downgrades some stuff we use to outdated, incompatible versions. when trying to run coala with python 3.11, it just crashes because the last release was made for py35/py36 (as seen in their setup.py). a lot of PRs and tickets pile up at the coala project on github, but noone is maintaining it.
8 lines
478 B
Text
8 lines
478 B
Text
# stuff we need to include into the sdist is handled automatically by
|
|
# setuptools_scm - it includes all git-committed files.
|
|
# but we want to exclude some committed files/dirs not needed in the sdist:
|
|
exclude .editorconfig .gitattributes .gitignore .mailmap Vagrantfile
|
|
prune .github
|
|
include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c
|
|
include src/borg/platform/syncfilerange.c
|
|
include src/borg/platform/windows.c
|