Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Exlibris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
AlekSIS®
Onboarding
AlekSIS-App-Exlibris
Commits
8dd0488c
Commit
8dd0488c
authored
1 year ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
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
!55
Update tox.ini
Pipeline
#141048
failed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+21
-22
21 additions, 22 deletions
pyproject.toml
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
22 additions
and
23 deletions
pyproject.toml
+
21
−
22
View file @
8dd0488c
[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"
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
8dd0488c
...
@@ -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]
white
list_externals
=
poetry
allow
list_externals
=
poetry
skip_install
=
true
skip_install
=
true
envdir
=
{toxworkdir}/globalenv
envdir
=
{toxworkdir}/globalenv
commands_pre
=
commands_pre
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment