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.
1 parent 1066811 commit dfd8836Copy full SHA for dfd8836
pyproject.toml
@@ -8,6 +8,7 @@ authors = [
8
{ name = "Colour Developers", email = "colour-developers@colour-science.org" },
9
]
10
maintainers = [
11
+
12
{ name = "Colour Developers", email = "colour-developers@colour-science.org" }
13
14
license = { text = "BSD-3-Clause" }
@@ -80,7 +81,7 @@ requires = ["hatchling"]
80
81
build-backend = "hatchling.build"
82
83
[tool.hatch.build.targets.wheel]
-packages = [ "colour-clf-io" ]
84
+packages = [ "colour_clf_io" ]
85
86
[tool.codespell]
87
ignore-words-list = "socio-economic"
0 commit comments