Skip to content

Commit

Permalink
pyproject: add missing .nomad.hcl files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Nov 11, 2024
1 parent d33e800 commit 52bb3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52bb3a4

Please sign in to comment.