Skip to content

Commit 911645d

Browse files
committed
pyproject.toml: Incluce all data
Do not miss pepcdata/tpmi/gnr/*, for example. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent bcdd284 commit 911645d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
exclude = ["tests*", "misc*"]
3232

3333
[tool.setuptools.package-data]
34-
pepcdata = ["tpmi/*.yml", "man/man1/*.1"]
34+
pepcdata = ["tpmi/**/*.yml", "man/**/*.1"]
3535

3636
[project.scripts]
3737
pepc = "pepctools._Pepc:main"

0 commit comments

Comments
 (0)