Skip to content

Commit

Permalink
chore: Fix invalid attributes in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 14, 2025
1 parent 406990a commit fc3d516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ requires = ["poetry-core>=2.0"]
build-backend = "poetry.core.masonry.api"

[project]
name = "poetry-demo"
name = "prometheus-fastapi-instrumentator"
version = "7.0.1"
description = ""
description = "Instrument your FastAPI app with Prometheus metrics"
authors = [
{name = "Tim Schwenke", email = "[email protected]"}
]
Expand Down

0 comments on commit fc3d516

Please sign in to comment.