Skip to content

Commit 9273d0c

Browse files
authored
Merge pull request #162 from galaxyproject/fix_missing_template
Fix jinja template missed in packaging step
2 parents 2ef88cd + 42054d3 commit 9273d0c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ tpv = "tpv.commands.shell:main"
5151
Homepage = "https://github.com/galaxyproject/total-perspective-vortex"
5252
Documentation = "https://total-perspective-vortex.readthedocs.io"
5353

54+
[tool.setuptools]
55+
include-package-data = true
56+
57+
[tool.setuptools.package-data]
58+
"tpv" = ["**/*.j2"]
59+
5460
[tool.coverage.run]
5561
branch = true
5662
source = ["tpv"]

0 commit comments

Comments
 (0)