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