Fix CI pipeline and typo in pyproject.toml

This commit is contained in:
Lars van Rhijn
2023-11-24 22:40:48 +01:00
parent 8da9672fc1
commit 1ac89e09ad
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ black:
- python3 -m pip install --upgrade pip - python3 -m pip install --upgrade pip
- curl -sSL https://install.python-poetry.org | python3 - - curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH" - export PATH="/root/.local/bin:$PATH"
- poetry install --with dev - poetry install --with dev --no-root
script: script:
- poetry run black --quiet --check marietje - poetry run black --quiet --check marietje

View File

@ -11,7 +11,7 @@ authors = [
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>", "Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
] ]
maintainers = [ maintainers = [
"Kees van Kempen <ru@keesvankempen.nl", "Kees van Kempen <ru@keesvankempen.nl>",
"Lars van Rhijn <l.vanrhijn@student.science.ru.nl>", "Lars van Rhijn <l.vanrhijn@student.science.ru.nl>",
] ]
readme = "README.md" readme = "README.md"