Skip to content

Commit 1953372

Browse files
Copilotl0lawrence
andcommitted
Remove samples* exclusion from corehttp to match original setup.py behavior
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
1 parent 18721c0 commit 1953372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/core/corehttp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version = {attr = "corehttp._version.VERSION"}
4242
readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4343

4444
[tool.setuptools.packages.find]
45-
exclude = ["tests*", "samples*"]
45+
exclude = ["tests*"]
4646

4747
[tool.setuptools.package-data]
4848
pytyped = ["py.typed"]

0 commit comments

Comments
 (0)