Skip to content

Commit 2967141

Browse files
committed
fix: SDist includes files it shouldn't include
Files that aren't track by SCM shall not be included in grafted tests
1 parent e24239f commit 2967141

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ exclude noxfile.py
1515

1616
prune .github
1717
prune scripts
18+
prune tests/**/__pycache__
19+
prune tests/**/*.egg-info
20+
prune tests/**/build
21+
22+
global-exclude *.so

0 commit comments

Comments
 (0)