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."