diff --git a/pyproject.toml b/pyproject.toml index 27865e5..aa402d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ version_scheme = "no-guess-dev" include = ["earth-osm"] [tool.setuptools.package-data] -earth-osm = ["py.typed"] +"earth-osm" = ["py.typed"] # Pytest settings