Skip to content

Commit 041796b

Browse files
committed
docs: add keywords and classifiers to pypi
1 parent 6a98bd3 commit 041796b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ description = ""
55
authors = ["Dani Hodovic <you@example.com>"]
66
license = "MIT"
77
readme = "README.md"
8+
repository = "https://github.com/danihodovic/django-webhook"
9+
documentation = "https://github.com/danihodovic/django-webhook"
10+
keywords = ["webhooks", "http", "microservices"]
11+
classifiers = [
12+
"Topic :: Internet :: WWW/HTTP",
13+
"Topic :: System :: Distributed Computing",
14+
"Framework :: Celery",
15+
"Framework :: Django",
16+
]
817

918
[tool.black]
1019
skip_numeric_underscore_normalization = true

0 commit comments

Comments
 (0)