From ac3d34d2d7c63c2e4c7ea5ed1124e3afacf2091f Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 11 Mar 2025 11:55:58 +0100 Subject: fixed some stuff --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index dc77b1b..5eab0bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,3 +14,12 @@ dependencies = [ "pygments>=2.19.1", "waitress>=3.0.2", ] + +[tool.uv] +package = true + +[tool.setuptools] +py-modules = ['app', 'database', 'parser'] + +[project.scripts] +start-website = "app:main" -- cgit v1.2.3