diff --git a/pyproject.toml b/pyproject.toml index 37173e4..6227014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,9 @@ omit = ["__main__.py"] [tool.coverage.run] source = ["bonacci"] +[tool.hatch.build.targets.sdist] +include = ["src"] + [tool.ruff.lint] select = ["ALL"] ignore = ["COM812", "D"]