Skip to content

Commit efbb23c

Browse files
committed
Make sure all the fixture files are correctly included in the release
artifact.
1 parent e6e0137 commit efbb23c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,12 @@ where = ["./"]
8989
include = ["libcloud", "libcloud.test*" ]
9090

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

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

98100
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)