diff --git a/upath/registry.py b/upath/registry.py index a6fe60a..7a54b7f 100644 --- a/upath/registry.py +++ b/upath/registry.py @@ -16,7 +16,7 @@ ```toml # pyproject.toml -[project.entry-points."unversal_pathlib.implementations"] +[project.entry-points."universal_pathlib.implementations"] myproto = "my_module.submodule:MyPath" ```