Skip to content

Commit 41663d6

Browse files
authored
[Keyvault] KV Keys add back changelog to pyproject.toml (#42467)
1 parent 456a00b commit 41663d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/keyvault/azure-keyvault-keys/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk"
3636

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

4141
[tool.setuptools.packages.find]
4242
exclude = ["samples*", "tests*", "azure", "azure.keyvault"]

0 commit comments

Comments
 (0)