We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a99b9 commit 9fd62acCopy full SHA for 9fd62ac
pyproject.toml
@@ -8,6 +8,7 @@ version = "0.1.26"
8
description = "A toolkit for using Prevention of Future Death (PFD) Reports for Research and Policy Projects."
9
readme = "README.md"
10
license = { file = "LICENCE" }
11
+
12
authors = [
13
{ name = "Samuel Osian", email = "[email protected]" },
14
{ name = "Jonathan Pytches", email = "[email protected]" }
@@ -104,8 +105,8 @@ dependencies = [
104
105
]
106
107
[tool.hatch.build.targets.wheel]
-packages = ["pfd_toolkit"]
108
-include = ["pfd_toolkit/data/*.csv"]
+packages = ["src/pfd_toolkit"]
109
+include = ["src/pfd_toolkit/data/*.csv"]
110
111
[project.urls]
112
"Source" = "https://github.com/Sam-Osian/PFD-toolkit"
0 commit comments