Skip to content

Commit 68a2bba

Browse files
Copilotswathipil
andcommitted
Address review feedback: update repository URLs and exclude patterns in pyproject.toml
Co-authored-by: swathipil <[email protected]>
1 parent 6adaf11 commit 68a2bba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/identity/azure-identity-broker/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
dynamic = ["version", "readme"]
3030

3131
[project.urls]
32-
repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity-broker"
32+
repository = "https://github.com/Azure/azure-sdk-for-python"
3333

3434
[tool.setuptools.dynamic]
3535
version = {attr = "azure.identity.broker._version.VERSION"}

sdk/identity/azure-identity/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ dependencies = [
3232
dynamic = ["version", "readme"]
3333

3434
[project.urls]
35-
repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity"
35+
repository = "https://github.com/Azure/azure-sdk-for-python"
3636

3737
[tool.setuptools.dynamic]
3838
version = {attr = "azure.identity._version.VERSION"}
3939
readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4040

4141
[tool.setuptools.packages.find]
42-
exclude = ["tests*", "azure"]
42+
exclude = ["tests*", "samples*", "azure"]
4343

4444
[tool.setuptools.package-data]
4545
pytyped = ["py.typed"]

0 commit comments

Comments
 (0)