This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit efbb23cff8ebac63b76ce9e50ac10f0633e398f0
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 29 12:36:52 2024 +0200

    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 bf7421d34..d89e53b56 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]

Reply via email to