-
Jonathan Weth authoredJonathan Weth authored
pyproject.toml 1.52 KiB
[tool.poetry]
name = "AlekSIS-App-Resint"
version = "2.1.1.dev0"
packages = [
{ include = "aleksis" }
]
readme = "README.rst"
include = [
{ path = "aleksis/**/*.mo", format = ["sdist", "wheel"] },
{ path = "*.rst", format = "sdist" },
{ path = "docs/*", format = "sdist" },
{ path = "docs/**/*", format = "sdist" },
{ path = "conftest.py", format = "sdist" },
{ path = "tox.ini", format = "sdist" }
]
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>"
]
maintainers = [
"Jonathan Weth <dev@jonathanweth.de>",
"Dominik George <dominik.george@teckids.org>"
]
license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org/"
repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Resint"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: Education",
"Topic :: Education"
]
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true
[tool.poetry.dependencies]
python = "^3.9"
AlekSIS-Core = "^2.1"
[tool.poetry.dev-dependencies]
aleksis-builddeps = "^6"
[tool.poetry.plugins."aleksis.app"]
resint = "aleksis.apps.resint.apps:ResintConfig"
[tool.black]
line-length = 100
exclude = "/migrations/"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"