From 2c9a4b3f5221677896a32afb1662de121d3104ef Mon Sep 17 00:00:00 2001 From: linarphy Date: Mon, 13 May 2024 18:17:08 +0200 Subject: [PATCH] Fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5367991..74445cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] -packages = ["src/backscattering-analyzer"] +packages = ["src/backscattering_analyzer"] [tool.ruff] line-length = 72