We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a98bd3 commit 041796bCopy full SHA for 041796b
pyproject.toml
@@ -5,6 +5,15 @@ description = ""
5
authors = ["Dani Hodovic <you@example.com>"]
6
license = "MIT"
7
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
+]
17
18
[tool.black]
19
skip_numeric_underscore_normalization = true
0 commit comments