Skip to content
Snippets Groups Projects
Commit f4f87d01 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update pyproject.toml and tox.ini from core

parent 43a19474
No related branches found
No related tags found
1 merge request!171Update poetry.lock with 2.0b0
Pipeline #12966 passed
......@@ -5,7 +5,7 @@ packages = [
{ include = "aleksis" }
]
readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/locale/*.mo"]
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"]
description = "AlekSIS (School Information System) — App Χρόνος (digital timetables)"
authors = [
......
......@@ -35,6 +35,7 @@ commands =
[testenv:build]
commands_pre =
poetry install
poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment