Skip to content

Commit 9621e9b

Browse files
Fixing templates directory inclusion
1 parent 24b348b commit 9621e9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

example_config.json

Whitespace-only changes.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ warn_return_any = true
8484
warn_unused_configs = true
8585
disallow_untyped_defs = true
8686

87+
[tool.coverage.paths]
88+
meshflow = ["src/fuseflow", "*/fuseflow/src/fuseflow"]
89+
tests = ["tests", "*/fuseflow/tests"]
90+
8791
# package data
8892
[tool.setuptools.package-data]
89-
your_package = ["templates/*.txt"]
93+
fuseflow = ["templates/*"]

0 commit comments

Comments
 (0)