Skip to content

Commit c6fd043

Browse files
fix: use specific package name in setuptools.package-data (fixes test_package_data_includes_py_typed)
1 parent 543b581 commit c6fd043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ where = ["src"]
5959

6060

6161
[tool.setuptools.package-data]
62-
"*" = ["py.typed"]
62+
datamorph = ["py.typed"]
6363
[tool.ruff]
6464
target-version = "py310"
6565
line-length = 120

0 commit comments

Comments
 (0)