From 0c6e86c20b11746922da2a773fa9c713fbf0361b 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e958c2..5b14be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,11 @@ [project] name = "amarillo-enhancer" -version = "0.0.4" +version = "0.0.5" dependencies = [ "amarillo", "watchdog", "schedule==1.2.1", -] \ No newline at end of file +] + +[tool.setuptools.packages] +find = {} \ No newline at end of file