diff --git a/pyproject.toml b/pyproject.toml index 20f37ba..c22c933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ path = "src/organizations/__init__.py" [tool.hatch.build.targets.wheel] only-include = ["src/organizations"] -packages = ["src/oranizations"] +packages = ["src/organizations"] [tool.black] target-version = ["py311"]