Fix typo
This commit is contained in:
parent
729c824eeb
commit
2c9a4b3f52
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/backscattering-analyzer"]
|
packages = ["src/backscattering_analyzer"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 72
|
line-length = 72
|
||||||
|
|
Loading…
Reference in a new issue