File: MANIFEST.in

package info (click to toggle)
borgbackup 1.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 15,176 kB
  • sloc: python: 25,756; pascal: 3,059; ansic: 2,597; makefile: 133; sh: 125; tcl: 94
file content (10 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# 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
include src/borg/testsuite/attic.tar.gz
include src/borg/paperkey.html