Skip to content

Commit e07c87d

Browse files
Reduce sdist size to below 100 MB
1 parent 47cca9c commit e07c87d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
prune examples
2+
prune docs
3+
prune src/tests
4+
prune **/_UnitTest
5+
prune **/_Documentation
6+
7+
global-exclude *.pdf *.png *.jpg *.jpeg *.gif *.JPG *.svg *.psd
8+
global-exclude *.ipynb *.bib *.tex
9+
global-exclude *.mex* *.o *.a *.so *.dylib *.dll
10+
global-exclude build/** CMakeFiles/** .git/** .github/** .venv/**
11+
12+
# This file is used by SWIG
13+
include src/fswAlgorithms/effectorInterfaces/thrForceMapping/_UnitTest/Support/Results_thrForceMapping.py

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def build(self):
355355
copy(self, "*.dll", src, basilisk_dst_root)
356356
except Exception as e:
357357
self.output.warning(f"Failed to copy DLLs from {src}: {e}")
358-
358+
359359
# As a fallback, scan the build tree for any remaining DLLs.
360360
for root, _dirs, files in os.walk(self.build_folder):
361361
# Skip the destination to avoid self-copy

0 commit comments

Comments
 (0)