Skip to content

Commit bdf7256

Browse files
committed
Added route manifest as a file to add to Python package upon install
1 parent 214baeb commit bdf7256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ zip-safe = false
118118

119119
[tool.setuptools.package-data]
120120
"murfey.client.tui" = ["*.css"]
121+
"murfey.util" = ["route_manifest.yaml"]
121122

122123
[tool.setuptools.packages.find]
123124
where = ["src", "tests"]

0 commit comments

Comments
 (0)