Skip to content

Commit 952338d

Browse files
committed
Fix toml to install
1 parent 1ebd605 commit 952338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ test = [
8686

8787
[tool.setuptools.packages.find]
8888
where = ["./"]
89-
include = ["libcloud", "libcloud.test*" ]
89+
include = ["libcloud", "libcloud.test*", "libcloud.*" ]
9090

9191
[tool.setuptools.package-data]
9292
"*" = ["*.json", "*.xml", "*.pub", "*.key", "*.pem", "*.crt", "*.csv", "*.txt", "*.html"]

0 commit comments

Comments
 (0)