Skip to content

Commit 4d2fc7b

Browse files
authored
Merge db176bf into f759c21
2 parents f759c21 + db176bf commit 4d2fc7b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

source/setup.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,17 @@ def _genManifestTemplate(shouldHaveUIAccess: bool) -> tuple[int, int, bytes]:
258258
) + (
259259
"__pycache__",
260260
))
261-
+ getRecursiveDataFiles('documentation', '../user_docs', excludes=('*.t2t', '*.t2tconf', '*/developerGuide.*'))
261+
+ getRecursiveDataFiles(
262+
"documentation", "../user_docs",
263+
excludes=(
264+
"*.t2t",
265+
"*.t2tconf",
266+
"*.md",
267+
"*.py",
268+
"*/__pycache__",
269+
"*/user_docs/styles.css",
270+
"*/developerGuide.*"
271+
)
272+
)
262273
),
263274
)

0 commit comments

Comments
 (0)