From 21629aa377dc7954c2fd4d2f924adeb52ede7f0e Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Thu, 8 Feb 2024 12:04:26 +0100 Subject: [PATCH] updated pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b011330..5b14be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,4 +5,7 @@ dependencies = [ "amarillo", "watchdog", "schedule==1.2.1", -] \ No newline at end of file +] + +[tool.setuptools.packages] +find = {} \ No newline at end of file