summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJürg Rast <juergr@gmail.com>2019-08-09 00:01:38 +0200
committerJürg Rast <juergr@gmail.com>2019-08-24 10:17:18 +0200
commit6b426d08d76d47037ec1e01a105a7b17bad79551 (patch)
tree289e6f3fc1cf93fd29242549634f7b7d37b257d6 /MANIFEST.in
parent5293d4987c4fa528f4731be5c9ab2fa5c33401eb (diff)
Initial work to build and run borg under windows
- Created a batch file to build borg on windows - Adjusted setup.py to be runnable on windows and build the windows extension - Extracted the free space check to a function in the platform module - Created the minimal needed (dummy) functions for the windows platform module
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a439280d5..d6f230182 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,4 +4,4 @@
exclude .coafile .editorconfig .gitattributes .gitignore .mailmap .travis.yml Vagrantfile
prune .travis
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/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c src/borg/platform/windows.c