diff --git a/pyproject.toml b/pyproject.toml index 7f66c0e..347c86a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ license = "ISC" readme = "README.md" repository = "https://github.com/trallnag/prometheus-fastapi-instrumentator" keywords = ["prometheus", "instrumentation", "fastapi", "exporter", "metrics"] -include = ["src/prometheus_fastapi_instrumentator/py.typed"] [tool.poetry.dependencies] python = ">= 3.7.0, < 4.0.0"