Skip to content

Commit e272ba6

Browse files
Copilotswathipil
andcommitted
Update repository URL and include CHANGELOG.md in readme
- Changed repository URL from tree/main/sdk to root repository URL - Added CHANGELOG.md to readme files list for improved package description Co-authored-by: swathipil <[email protected]>
1 parent b6dac98 commit e272ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ dependencies = [
3636
dynamic = ["version", "readme"]
3737

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

4141
[tool.setuptools.dynamic]
4242
version = {attr = "azure.cosmos._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 = ["samples*", "tests*", "doc*", "azure"]

0 commit comments

Comments
 (0)