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

Merge branch 'check/update-tox-ini' into 'master'

Update tox.ini

See merge request !55
parents 3b0539d2 45d31a8e
No related branches found
No related tags found
1 merge request!55Update tox.ini
Pipeline #141048 failed
[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Exlibris" name = "AlekSIS-App-Exlibris"
version = "2.0a1" version = "2.0a1"
packages = [
{ include = "aleksis" }
]
readme = "README.rst" readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst"] include = [ "CHANGELOG.rst", "LICENCE.rst",]
description = "AlekSIS (School Information System)\u200a—\u200aApp 𝓔𝔁𝓛𝓲𝓫𝓻𝓲𝓼 (Library management)"
description = "AlekSIS (School Information System) — App 𝓔𝔁𝓛𝓲𝓫𝓻𝓲𝓼 (Library management)" authors = [ "Dominik George <dominik.george@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>",]
authors = ["Dominik George <dominik.george@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"]
license = "EUPL-1.2" license = "EUPL-1.2"
homepage = "https://aleksis.edugit.io/" homepage = "https://aleksis.edugit.io/"
repository = "https://edugit.org/AlekSIS/Official/AlekSIS-App-Exlibris" repository = "https://edugit.org/AlekSIS/Official/AlekSIS-App-Exlibris"
documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/" documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
classifiers = [ classifiers = [ "Environment :: Web Environment", "Intended Audience :: Education", "Topic :: Education",]
"Environment :: Web Environment", [[tool.poetry.packages]]
"Intended Audience :: Education", include = "aleksis"
"Topic :: Education"
]
[[tool.poetry.source]] [[tool.poetry.source]]
name = "gitlab" name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple" url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true priority = "secondary"
[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
[tool.black]
line-length = 100
exclude = [ "/migrations/",]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.9"
django-isbn-field = "^0.5.2" django-isbn-field = "^0.5.2"
isbnlib = "^3.9" isbnlib = "^3.9"
isbnlib-dnb = "^0.0.4" isbnlib-dnb = "^0.0.4"
...@@ -38,11 +45,3 @@ aleksis-builddeps = "*" ...@@ -38,11 +45,3 @@ aleksis-builddeps = "*"
[tool.poetry.plugins."aleksis.app"] [tool.poetry.plugins."aleksis.app"]
exlibris = "aleksis.apps.exlibris.apps:ExlibrisConfig" exlibris = "aleksis.apps.exlibris.apps:ExlibrisConfig"
[tool.black]
line-length = 100
exclude = "/migrations/"
[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"
...@@ -4,7 +4,7 @@ skip_missing_interpreters = true ...@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist = py39,py310,py311 envlist = py39,py310,py311
[testenv] [testenv]
whitelist_externals = poetry allowlist_externals = poetry
skip_install = true skip_install = true
envdir = {toxworkdir}/globalenv envdir = {toxworkdir}/globalenv
commands_pre = commands_pre =
......
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