Skip to content

Commit

Permalink
Adding "yaml" file types to list of files that can be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
shousner committed Aug 7, 2023
1 parent 06b5c0e commit 7db6a55
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 @@ -100,7 +100,7 @@ namespaces = true
[tool.setuptools.package-data]
# If there are data files included in your packages that need to be
# installed, specify them here.
"*" = ["*.txt", "*.md"]
"*" = ["*.txt", "*.md", "*.yaml"]

#[tool.black]
#line-length = 120
Expand Down

0 comments on commit 7db6a55

Please sign in to comment.