Skip to content

Commit cf843e7

Browse files
authored
Merge pull request #2040 from micafer/fix_install
Fix Incorrect bundle creation #2039
2 parents 1ebd605 + 952338d commit cf843e7

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)