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

Rename package

parent e5cc80b8
No related branches found
No related tags found
No related merge requests found
Pipeline #4344 passed
[tool.poetry] [tool.poetry]
name = "AlekSIS" name = "AlekSIS-Core"
version = "2.0a3.dev0" version = "2.0a3.dev0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis-core" }
] ]
readme = "README.rst" readme = "README.rst"
include = ["CHANGELOG.rst", "CODE_OF_CONDUCT.rst", "CONTRIBUTING.rst", "Dockerfile", "LICENCE.rst", "manage.py", "docker/*", "docker/**/*", "docker-compose.yml", "docs/*", "docs/**/*", "tox.ini"] include = ["CHANGELOG.rst", "CODE_OF_CONDUCT.rst", "CONTRIBUTING.rst", "Dockerfile", "LICENCE.rst", "manage.py", "docker/*", "docker/**/*", "docker-compose.yml", "docs/*", "docs/**/*", "tox.ini"]
...@@ -12,8 +12,8 @@ authors = ["Dominik George <dominik.george@teckids.org>", "Julian Leucker <leuck ...@@ -12,8 +12,8 @@ authors = ["Dominik George <dominik.george@teckids.org>", "Julian Leucker <leuck
maintainers = ["Jonathan Weth <wethjo@katharineum.de>", "Dominik George <dominik.george@teckids.org>"] maintainers = ["Jonathan Weth <wethjo@katharineum.de>", "Dominik George <dominik.george@teckids.org>"]
license = "EUPL-1.2-or-later" license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org/" homepage = "https://aleksis.org/"
repository = "https://edugit.org/AlekSIS/official/AlekSIS" repository = "https://edugit.org/AlekSIS/official/AlekSIS-Core"
documentation = "https://aleksis.org/AlekSIS/docs/html/" documentation = "https://aleksis.org/AlekSIS-Core/docs/html/"
keywords = ["SIS", "education", "school", "digitisation", "school apps"] keywords = ["SIS", "education", "school", "digitisation", "school apps"]
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
......
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