Skip to content

Commit 3385cf2

Browse files
committed
exlude tests in build
1 parent e97a56e commit 3385cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ include-package-data = true
124124

125125
[tool.setuptools.packages.find]
126126
include = ["pandas", "pandas.*"]
127+
exclude = ["pandas.tests", "pandas.tests.*"]
127128
namespaces = false
128129

129130
[tool.setuptools.exclude-package-data]

0 commit comments

Comments
 (0)