Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard authored Jun 2, 2024
1 parent c4f8381 commit 8b78699
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "blog-webhook-api"
name = "ghost-webhook-api"
version = "0.1.1"
description = "Webhook-driven API to make maintaining blogs easier."
authors = ["Todd Birchard <toddbirchard@gmail.com>"]
maintainers = ["Todd Birchard <toddbirchard@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/toddbirchard/blog-webhook-api/"
repository = "https://github.com/toddbirchard/blog-webhook-api/"
documentation = "https://github.com/toddbirchard/blog-webhook-api/blob/master/README.md"
homepage = "https://github.com/toddbirchard/ghost-webhook-api/"
repository = "https://github.com/toddbirchard/ghost-webhook-api/"
documentation = "https://github.com/toddbirchard/ghost-webhook-api/blob/master/README.md"
keywords = ["API", "Rest API", "Automation", "FastAPI", "Webhooks"]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -58,7 +58,7 @@ mypy = "*"
run = "asgi:api"

[tool.poetry.urls]
issues = "https://github.com/toddbirchard/blog-webhook-api/issues"
issues = "https://github.com/toddbirchard/ghost-webhook-api/issues"

[build-system]
requires = ["poetry-core>=1.5.0"]
Expand Down

0 comments on commit 8b78699

Please sign in to comment.