Skip to content
Snippets Groups Projects
Verified Commit fcb569a3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update metadata

parent 82dcf67f
No related branches found
No related tags found
No related merge requests found
include LICENCE.rst
recursive-include aleksis/apps/alsijil/static *
recursive-include aleksis/apps/alsijil/templates *
recursive-include aleksis/apps/alsijil/migrations *
[tool.poetry]
name = "AlekSIS-App-Alsijil"
version = "1.0a4dev0"
version = "2.0a1"
packages = [
{ include = "aleksis" }
]
readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst"]
description = "AlekSIS (School Information System) — App كتاب السجل (class register and school records)"
authors = ["Dominik George <dominik.george@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"]
......@@ -20,9 +21,11 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
AlekSIS = { path = "../../.." }
AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" }
#AlekSIS = { path = "../../.." }
AlekSIS = "2.0a1"
#AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" }
AlekSIS-App-Chronos = "2.0a1"
[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"
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