Skip to content

Commit 5d44a80

Browse files
committed
updated metadata
1 parent b6567ca commit 5d44a80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[tool.poetry]
22
name = "django-action-triggers"
33
version = "0.1.0"
4-
description = ""
4+
description = "A Django application that triggers actions based on database changes. Supports webhook integration, message brokers (Kafka, RabbitMQ), and flexible configurations."
55
authors = ["Salaah Amin <[email protected]>"]
66
readme = "README.md"
7+
license = "MIT"
8+
homepage = "https://github.com/Salaah01/django-action-triggers"
9+
repository = "https://github.com/Salaah01/django-action-triggers"
10+
documentation = "https://salaah01.github.io/django-action-triggers/"
711
packages = [{ include = "action_triggers" }]
812

913
[tool.ruff]

0 commit comments

Comments
 (0)