diff --git a/pyproject.toml b/pyproject.toml index 97244cb..5207b3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ documentation = "https://github.com/Kamilcuk/nomad-tools" nomadtools = "nomad_tools:entrypoint.main" [tool.setuptools.package-data] -"*" = ["*/*.sh", "*.sh"] +"*" = ["*/*.sh", "*.sh", "*/*.nomad.hcl", "*/*/*.nomad.hcl"] [tool.pytest.ini_options] minversion = "6.0"