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

Update pyproject.toml and tox.ini from core

parent 89042c1c
No related branches found
No related tags found
1 merge request!68Set development status to beta
Pipeline #12970 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 LDAP (General LDAP import/export)"
authors = ["Tom Teichler <tom.teichler@teckids.org>", "Dominik George <dominik.george@teckids.org>"]
......
......@@ -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