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

Merge branch 'prepare-release-2.0' into 'master'

Set development status to beta

See merge request AlekSIS/official/AlekSIS-App-LDAP!68
parents b7fc9b55 c2171bd7
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ packages = [ ...@@ -5,7 +5,7 @@ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
readme = "README.rst" 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)" description = "AlekSIS (School Information System) — App LDAP (General LDAP import/export)"
authors = ["Tom Teichler <tom.teichler@teckids.org>", "Dominik George <dominik.george@teckids.org>"] authors = ["Tom Teichler <tom.teichler@teckids.org>", "Dominik George <dominik.george@teckids.org>"]
...@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP" ...@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP"
documentation = "https://aleksis.org/AlekSIS/docs/html/" documentation = "https://aleksis.org/AlekSIS/docs/html/"
keywords = ["SIS", "education", "school", "ldap", "users"] keywords = ["SIS", "education", "school", "ldap", "users"]
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 4 - Beta",
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: Django :: 3.0", "Framework :: Django :: 3.0",
"Intended Audience :: Education", "Intended Audience :: Education",
...@@ -34,7 +34,7 @@ python = "^3.9" ...@@ -34,7 +34,7 @@ python = "^3.9"
django-ldapdb = "^1.4.0" django-ldapdb = "^1.4.0"
tqdm = "^4.44.1" tqdm = "^4.44.1"
sshpubkeys = "^3.1.0" sshpubkeys = "^3.1.0"
aleksis-core = {version = "^2.0b0", extras = ["ldap"]} aleksis-core = {version = "2.0b0", extras = ["ldap"]}
python-magic = "^0.4.22" python-magic = "^0.4.22"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
......
...@@ -35,6 +35,7 @@ commands = ...@@ -35,6 +35,7 @@ commands =
[testenv:build] [testenv:build]
commands_pre = commands_pre =
poetry install
poetry run sh -c "cd aleksis; aleksis-admin compilemessages" poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build 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