Skip to content

Commit dfd8836

Browse files
Fix build configuration to package the correct folder.
1 parent 1066811 commit dfd8836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
{ name = "Colour Developers", email = "colour-developers@colour-science.org" },
99
]
1010
maintainers = [
11+
1112
{ name = "Colour Developers", email = "colour-developers@colour-science.org" }
1213
]
1314
license = { text = "BSD-3-Clause" }
@@ -80,7 +81,7 @@ requires = ["hatchling"]
8081
build-backend = "hatchling.build"
8182

8283
[tool.hatch.build.targets.wheel]
83-
packages = [ "colour-clf-io" ]
84+
packages = [ "colour_clf_io" ]
8485

8586
[tool.codespell]
8687
ignore-words-list = "socio-economic"

0 commit comments

Comments
 (0)