diff --git a/pyproject.toml b/pyproject.toml index eeea11c..22398fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ include = [ ] [tool.mypy] -mypy_path = "stubs" +mypy_path = "typings" [tool.ruff.lint] select = ["E", "F", "W", "B", "SIM", "I"] diff --git a/stubs/pyperclip/__init__.pyi b/typings/pyperclip/__init__.pyi similarity index 100% rename from stubs/pyperclip/__init__.pyi rename to typings/pyperclip/__init__.pyi