Skip to content

Commit

Permalink
Make sure all the fixture files are correctly included in the release
Browse files Browse the repository at this point in the history
artifact.
  • Loading branch information
Kami committed Jun 29, 2024
1 parent e6e0137 commit efbb23c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ where = ["./"]
include = ["libcloud", "libcloud.test*" ]

[tool.setuptools.package-data]
"libcloud.test" = ["*.json", "*.xml", "*.pub", "*.key"]
"*" = ["*.json", "*.xml", "*.pub", "*.key", "*.pem", "*.crt", "*.csv", "*.txt", "*.html"]
"libcloud.test.compute.fixtures.misc" = ["*"]
"libcloud.test.dns.fixtures.worldwidedns" = ["*"]

[tool.setuptools]
include-package-data = true
exclude-package-data = { "*" = ["secrets.py"], "libcloud.test" = ["secrets.py"] }

[tool.setuptools.dynamic]
Expand Down

0 comments on commit efbb23c

Please sign in to comment.