From efbb23cff8ebac63b76ce9e50ac10f0633e398f0 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Sat, 29 Jun 2024 12:36:52 +0200 Subject: [PATCH] Make sure all the fixture files are correctly included in the release artifact. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf7421d34c..d89e53b564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]