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