mirror of
https://github.com/borgbackup/borg.git
synced 2026-09-02 14:43:21 +02:00
based on a patch by felix schwarz, thanks! changes after that: build msgpack cpp files at release time, do not use cython otherwise. we want to include .cpp (and .c) files into the sdist, so users installing the pypi package won't need to have cython installed. also: python setup.py clean shall also cleanup the *.cpp and binaries built from that. .gitignore: ignore generated msgpack .cpp sources setup.cfg: flake8: ignore 3rd party bundled msgpack source
32 lines
504 B
Text
32 lines
504 B
Text
MANIFEST
|
|
docs/_build
|
|
build
|
|
dist
|
|
borg-env
|
|
.tox
|
|
src/borg/compress.c
|
|
src/borg/crypto/low_level.c
|
|
src/borg/hashindex.c
|
|
src/borg/item.c
|
|
src/borg/chunker.c
|
|
src/borg/algorithms/checksums.c
|
|
src/borg/platform/darwin.c
|
|
src/borg/platform/freebsd.c
|
|
src/borg/platform/linux.c
|
|
src/borg/platform/posix.c
|
|
src/borg/algorithms/msgpack/_packer.cpp
|
|
src/borg/algorithms/msgpack/_unpacker.cpp
|
|
src/borg/_version.py
|
|
*.egg-info
|
|
*.pyc
|
|
*.pyo
|
|
*.so
|
|
.idea/
|
|
.cache/
|
|
borg.build/
|
|
borg.dist/
|
|
borg.exe
|
|
.coverage
|
|
.coverage.*
|
|
.vagrant
|
|
.eggs
|