File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies = [
2929dynamic = [" 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 ]
3535version = {attr = " azure.identity.broker._version.VERSION" }
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ dependencies = [
3232dynamic = [" 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 ]
3838version = {attr = " azure.identity._version.VERSION" }
3939readme = {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 ]
4545pytyped = [" py.typed" ]
You can’t perform that action at this time.
0 commit comments