Skip to content

Commit ac57d7d

Browse files
committed
Merge branch 'use-pyprojecttoml' of github.com:plotly/plotly.py into use-pyprojecttoml
2 parents 56d2096 + a7499c1 commit ac57d7d

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
@@ -44,7 +44,7 @@ dynamic = ["dependencies"]
4444
[tool.setuptools.packages.find]
4545
where = ["."]
4646
include = ["plotly*", "_plotly*"]
47-
exclude = ["__pycache__", "tests"]
47+
exclude = ["__pycache__*", "tests*"]
4848

4949
[tool.setuptools.package-data]
5050
plotly = [

0 commit comments

Comments
 (0)