Skip to content

Commit a48148a

Browse files
committed
fix: exclude tests/ from package
1 parent b0f8918 commit a48148a

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)