We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56d2096 + a7499c1 commit ac57d7dCopy full SHA for ac57d7d
pyproject.toml
@@ -44,7 +44,7 @@ dynamic = ["dependencies"]
44
[tool.setuptools.packages.find]
45
where = ["."]
46
include = ["plotly*", "_plotly*"]
47
-exclude = ["__pycache__", "tests"]
+exclude = ["__pycache__*", "tests*"]
48
49
[tool.setuptools.package-data]
50
plotly = [
0 commit comments