We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456a00b commit 41663d6Copy full SHA for 41663d6
sdk/keyvault/azure-keyvault-keys/pyproject.toml
@@ -36,7 +36,7 @@ repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk"
36
37
[tool.setuptools.dynamic]
38
version = {attr = "azure.keyvault.keys._version.VERSION"}
39
-readme = {file = ["README.md"], content-type = "text/markdown"}
+readme = {file = ["README.md", "CHANGELOG.md"], content-type = "text/markdown"}
40
41
[tool.setuptools.packages.find]
42
exclude = ["samples*", "tests*", "azure", "azure.keyvault"]
0 commit comments