Skip to content

Commit 9fd62ac

Browse files
committed
modify pyproject.toml to try and make PFDToolkit visible when installed in github runner
1 parent c2a99b9 commit 9fd62ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version = "0.1.26"
88
description = "A toolkit for using Prevention of Future Death (PFD) Reports for Research and Policy Projects."
99
readme = "README.md"
1010
license = { file = "LICENCE" }
11+
1112
authors = [
1213
{ name = "Samuel Osian", email = "[email protected]" },
1314
{ name = "Jonathan Pytches", email = "[email protected]" }
@@ -104,8 +105,8 @@ dependencies = [
104105
]
105106

106107
[tool.hatch.build.targets.wheel]
107-
packages = ["pfd_toolkit"]
108-
include = ["pfd_toolkit/data/*.csv"]
108+
packages = ["src/pfd_toolkit"]
109+
include = ["src/pfd_toolkit/data/*.csv"]
109110

110111
[project.urls]
111112
"Source" = "https://github.com/Sam-Osian/PFD-toolkit"

0 commit comments

Comments
 (0)