Skip to content
Snippets Groups Projects
pyproject.toml 1.12 KiB
Newer Older
mirabilos's avatar
mirabilos committed
[tool.poetry]
name = "AlekSIS-App-Resint"
Jonathan Weth's avatar
Jonathan Weth committed
version = "2.0a4"
mirabilos's avatar
mirabilos committed
packages = [
    { include = "aleksis" }
mirabilos's avatar
mirabilos committed
]
readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"]
mirabilos's avatar
mirabilos committed

description = "AlekSIS (School Information System) — App Resint (Public poster)"
authors = [
   "Julian Leucker <leuckeju@katharineum.de>",
   "Frank Poetzsch-Heffter <p-h@katharineum.de>",
   "Jonathan Weth <dev@jonathanweth.de>"
]
mirabilos's avatar
mirabilos committed
license = "EUPL-1.2"
repository = "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Resint"
mirabilos's avatar
mirabilos committed
classifiers = [
    "Development Status :: 3 - Alpha",
mirabilos's avatar
mirabilos committed
    "Environment :: Web Environment",
    "Intended Audience :: Education",
    "Topic :: Education"
]

Nik | Klampfradler's avatar
Nik | Klampfradler committed
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true

mirabilos's avatar
mirabilos committed
[tool.poetry.dependencies]
python = "^3.9"
AlekSIS-Core = "^2.0rc"
mirabilos's avatar
mirabilos committed

Jonathan Weth's avatar
Jonathan Weth committed
[tool.poetry.dev-dependencies]
aleksis-builddeps = "*"
Jonathan Weth's avatar
Jonathan Weth committed

[tool.poetry.plugins."aleksis.app"]
resint = "aleksis.apps.resint.apps:ResintConfig"

[tool.black]
line-length = 100
exclude = "/migrations/"

mirabilos's avatar
mirabilos committed
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"