Skip to content

Commit

Permalink
ci: Remove unnecessary include of py.typed from pyproject.toml (#37)
Browse files Browse the repository at this point in the history
Not necessary for example according to the following blogpost:

https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/

Also I tested it in another repository to make sure.
  • Loading branch information
trallnag committed Aug 22, 2022
1 parent a569d4e commit bbad45e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit bbad45e

Please sign in to comment.