add pyproject
This commit is contained in:
parent
e09c85b9bd
commit
4a87e50f01
1 changed files with 12 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
|
@ -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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue