Skip to content

Commit 8b78699

Browse files
authored
Update pyproject.toml
1 parent c4f8381 commit 8b78699

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
2-
name = "blog-webhook-api"
2+
name = "ghost-webhook-api"
33
version = "0.1.1"
44
description = "Webhook-driven API to make maintaining blogs easier."
55
authors = ["Todd Birchard <toddbirchard@gmail.com>"]
66
maintainers = ["Todd Birchard <toddbirchard@gmail.com>"]
77
license = "MIT"
88
readme = "README.md"
9-
homepage = "https://github.com/toddbirchard/blog-webhook-api/"
10-
repository = "https://github.com/toddbirchard/blog-webhook-api/"
11-
documentation = "https://github.com/toddbirchard/blog-webhook-api/blob/master/README.md"
9+
homepage = "https://github.com/toddbirchard/ghost-webhook-api/"
10+
repository = "https://github.com/toddbirchard/ghost-webhook-api/"
11+
documentation = "https://github.com/toddbirchard/ghost-webhook-api/blob/master/README.md"
1212
keywords = ["API", "Rest API", "Automation", "FastAPI", "Webhooks"]
1313

1414
[tool.poetry.dependencies]
@@ -58,7 +58,7 @@ mypy = "*"
5858
run = "asgi:api"
5959

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

6363
[build-system]
6464
requires = ["poetry-core>=1.5.0"]

0 commit comments

Comments
 (0)