We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ef88cd + 42054d3 commit 9273d0cCopy full SHA for 9273d0c
1 file changed
pyproject.toml
@@ -51,6 +51,12 @@ tpv = "tpv.commands.shell:main"
51
Homepage = "https://github.com/galaxyproject/total-perspective-vortex"
52
Documentation = "https://total-perspective-vortex.readthedocs.io"
53
54
+[tool.setuptools]
55
+include-package-data = true
56
+
57
+[tool.setuptools.package-data]
58
+"tpv" = ["**/*.j2"]
59
60
[tool.coverage.run]
61
branch = true
62
source = ["tpv"]
0 commit comments