Skip to content
Snippets Groups Projects
Verified Commit b7fcaeb1 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Enable pypi build

parent 62838842
No related branches found
No related tags found
1 merge request!100Enable PyPI build and reformat. AlekSIS/official/AlekSIS-Core#317
Pipeline #4409 failed
......@@ -5,3 +5,5 @@ include:
file: /ci/test.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/build_dist.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/deploy_pypi.yml
......@@ -24,10 +24,15 @@ classifiers = [
"Typing :: Typed",
]
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi"
secondary = true
[tool.poetry.dependencies]
python = "^3.7"
calendarweek = "^0.4.6"
AlekSIS = { git = "https://edugit.org/AlekSIS/official/AlekSIS" }
AlekSIS-Core = "^2.0"
[tool.poetry.dev-dependencies]
sphinx = "^3.0"
......
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