Skip to content

Commit

Permalink
Fix pattern for installing YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Feb 26, 2025
1 parent 5b67106 commit 0e6f010
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 @@ -55,4 +55,4 @@ license-files = ["COPYRIGHT", "LICENSE"]
where = ["python"]

[tool.setuptools.package-data]
"lsst.sdm.schemas" = ["*.yaml"]
"lsst.sdm.schemas" = ["**/*.yaml"]

0 comments on commit 0e6f010

Please sign in to comment.