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 d29e7021d8eb7148cd4f5ca03cea4ff3ba4cbe89 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sat Jun 29 12:19:24 2024 +0200 Remove workaround which is not needed anymore with the latest version of setuptools. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b94fae8ad..bf7421d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,6 @@ include = ["libcloud", "libcloud.test*" ] [tool.setuptools.package-data] "libcloud.test" = ["*.json", "*.xml", "*.pub", "*.key"] -"libcloud.test.compute.fixtures.openstack_v1_1" = ["*"] "libcloud.test.compute.fixtures.misc" = ["*"] [tool.setuptools]