summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 9 insertions, 0 deletions
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"