MANIFEST.in 478 B

12345678
  1. # stuff we need to include into the sdist is handled automatically by
  2. # setuptools_scm - it includes all git-committed files.
  3. # but we want to exclude some committed files/dirs not needed in the sdist:
  4. exclude .editorconfig .gitattributes .gitignore .mailmap Vagrantfile
  5. prune .github
  6. include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c
  7. include src/borg/platform/syncfilerange.c
  8. include src/borg/platform/windows.c