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.
1 parent 2ca6dae commit a7499c1Copy full SHA for a7499c1
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