Skip to content

Commit 7fa70a9

Browse files
Copilotswathipil
andcommitted
Apply reviewer feedback: update repository URL, include CHANGELOG.md in readme, and add doc*/stress* exclusions
Co-authored-by: swathipil <[email protected]>
1 parent 6bf28df commit 7fa70a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sdk/webpubsub/azure-messaging-webpubsubclient/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,17 @@ aio = [
3636
]
3737

3838
[project.urls]
39-
repository = "https://github.com/Azure/azure-sdk-for-python.git"
39+
repository = "https://github.com/Azure/azure-sdk-for-python"
4040

4141
[tool.setuptools.dynamic]
4242
version = {attr = "azure.messaging.webpubsubclient._version.VERSION"}
43-
readme = {file = ["README.md"], content-type = "text/markdown"}
43+
readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
4444

4545
[tool.setuptools.packages.find]
4646
exclude = [
4747
"tests*",
48+
"doc*",
49+
"stress*",
4850
"azure",
4951
"azure.messaging",
5052
]

0 commit comments

Comments
 (0)