Skip to content

Commit b6dac98

Browse files
Copilotswathipil
andcommitted
Fix package-data configuration to use pytyped key
Updated pyproject.toml to use `pytyped = ["py.typed"]` instead of `"azure.cosmos" = ["py.typed"]` to match the pattern used in other Azure SDK packages like azure-eventhub. Co-authored-by: swathipil <[email protected]>
1 parent d0d3221 commit b6dac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cosmos/azure-cosmos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
4646
exclude = ["samples*", "tests*", "doc*", "azure"]
4747

4848
[tool.setuptools.package-data]
49-
"azure.cosmos" = ["py.typed"]
49+
pytyped = ["py.typed"]
5050
"azure" = ["__init__.py"]
5151

5252
[tool.azure-sdk-build]

0 commit comments

Comments
 (0)