diff --git a/processes/tail.toml b/examples/tail.toml similarity index 100% rename from processes/tail.toml rename to examples/tail.toml diff --git a/main.py b/main.py index ab8c673..115a9f0 100644 --- a/main.py +++ b/main.py @@ -5,6 +5,6 @@ from foucault.gui import * logging.basicConfig(level=logging.INFO) conductofconduct = Foucault() -conductofconduct.watch("processes") +conductofconduct.watch("examples") conductofconduct.run() diff --git a/pyproject.toml b/pyproject.toml index d24c2ed..0b8d6ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,4 @@ requires-python = ">=3.13" dependencies = [ "nicegui>=2.12.1", "tomli-w>=1.2.0", -] -packages="foucault" \ No newline at end of file +] \ No newline at end of file