From 4a87e50f0161507756c426b4e8db7b59d5f9ef70 Mon Sep 17 00:00:00 2001 From: Marco Lents Date: Thu, 13 Nov 2025 18:28:35 +0100 Subject: [PATCH] add pyproject --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ef3a739 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "bundescrawler" +version = "0.1.0" +authors = [ + {name = "Marco Lents", email = "marco@mail.lents.xyz"} +] + +maintainers = [ + {name = "Marco Lents", email = "marco@mail.lents.xyz"} +] + +description = "Crawls the website of the german parlament and tracks any changes in a separate repository."