Skip to content

Commit 4a19d87

Browse files
authored
fix: exclude tests/ from package (#291)
1 parent b0f8918 commit 4a19d87

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
@@ -45,7 +45,7 @@ dev = [
4545

4646
[tool.setuptools.packages.find]
4747
exclude = [
48-
'azure', 'eng', 'docs', 'tests'
48+
'azure', 'eng', 'docs', 'tests*'
4949
]
5050

5151
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)