Skip to content

Commit 885c820

Browse files
committed
fixed?
1 parent 6ad1e0a commit 885c820

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/core/azure-core-experimental/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version = {attr = "azure.core.experimental._version.VERSION"}
3535
readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
3636

3737
[tool.setuptools.packages.find]
38-
exclude = ["tests*", "samples*", "azure"]
38+
exclude = ["tests*", "samples*", "build*", "azure", "azure.core"]
3939

4040
[tool.setuptools.package-data]
4141
pytyped = ["py.typed"]

sdk/core/azure-core-tracing-opentelemetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version = {attr = "azure.core.tracing.ext.opentelemetry_span._version.VERSION"}
3737
readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
3838

3939
[tool.setuptools.packages.find]
40-
exclude = ["tests*", "samples*", "azure"]
40+
exclude = ["tests*", "samples*", "build*", "azure", "azure.core", "azure.core.tracing", "azure.core.tracing.ext"]
4141

4242
[tool.setuptools.package-data]
4343
pytyped = ["py.typed"]

0 commit comments

Comments
 (0)