[tool.poetry] name = "AlekSIS-App-Maka" version = "0.1" packages = [ { include = "aleksis" } ] readme = "README.rst" include = [ { path = "aleksis/**/*.mo", format = ["sdist", "wheel"] }, { path = "*.rst", format = "sdist" }, { path = "tox.ini", format = "sdist" } ] description = "AlekSIS (School Information System) — App AlekSIS-App-Maka (Manage grades)" authors = ["magicfelix <felix@felix-zauberer.de>"] license = "EUPL-1.2-or-later" homepage = "https://aleksis.org" repository = "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Maka" documentation = "https://aleksis.org/official/AlekSIS/docs/html/" classifiers = [ "Environment :: Web Environment", "Intended Audience :: Education", "Topic :: Education" ] [[tool.poetry.source]] name = "PyPI" priority = "primary" [[tool.poetry.source]] name = "gitlab" url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple" priority = "supplemental" [tool.poetry.dependencies] python = "^3.10" aleksis-core = "^4.0.0.dev13" [tool.poetry.dev-dependencies] aleksis-builddeps = "*" [tool.poetry.plugins."aleksis.app"] maka = "aleksis.apps.maka.apps:DefaultConfig" [tool.black] line-length = 100 exclude = "/migrations/" [tool.curlylint] include = '\.html' [tool.curlylint.rules] aria_role = true django_forms_rendering = true image_alt = true indent = 2 meta_viewport = true no_autofocus = true tabindex_no_positive = true [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"