diff --git a/pyproject.toml b/pyproject.toml index e8afc67..55f36ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,10 +79,10 @@ version-file = "src/pylhe/_version.py" [tool.hatch.build.targets.sdist] # hatchling always includes: # pyproject.toml, .gitignore, any README, any LICENSE, AUTHORS -only-include = [ +include = [ "/src", - "/CITATION.cff", "/tests", + "/CITATION.cff", ] [tool.hatch.build.targets.wheel]