diff --git a/pyproject.toml b/pyproject.toml index c46922c7e8..1b64ee9f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,4 @@ cheroot = "cheroot.cli:main" [tool.setuptools.packages] find = {namespaces = false} -[tool.setuptools.package-data] -cheroot = ["py.typed"] - [tool.setuptools_scm]