Skip to content

Commit 35d8e69

Browse files
⚙️ FEATURE: Added project.entry-points configuration
1 parent e8be81f commit 35d8e69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ classifiers = [
6161
[tool.poetry.scripts]
6262
dotflow = 'dotflow.main:main'
6363

64+
[project.entry-points."dotflow.plugins"]
65+
logs = "dotflow.plugins.logs:LogsHandler"
66+
metrics = "dotflow.plugins.metrics:MetricsHandler"
67+
notify = "dotflow.plugins.notify:NotifyHandler"
68+
storage = "dotflow.plugins.storage:StorageHandler"
69+
6470
[tool.poetry.dependencies]
6571
python = ">=3.9.0"
6672
rich = "^14.1.0"

0 commit comments

Comments
 (0)