From 9e743945f3eab07ade8f70ab5c94a75ab746624b Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Tue, 26 Nov 2019 21:58:40 +0100
Subject: [PATCH] Update pyproject metadata.

 * List authors explicitly
 * Update licence
 * Fix URLs for homepage and documentation
 * Fix path to README
---
 pyproject.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 83f09c6ae..d24ac3faf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,14 +4,14 @@ version = "1.0a4dev0"
 packages = [
     { include = "biscuit" }
 ]
-readme = "README.md"
+readme = "README.rst"
 
 description = "BiscuIT School Information System (SIS) - App Alsijil (Class register)"
-authors = ["BiscuIT Team <biscuit-dev@lists.teckids.org>"]
-license = "MIT"
-homepage = "https://biscuit.edugit.org/"
-repository = "https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Alsijil"
-documentation = "https://biscuit.edugit.org/docs/html/"
+authors = ["Dominik George <dominik.george@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"]
+license = "EUPL-1.2"
+homepage = "https://biscuit.edugit.io/"
+repository = "https://edugit.org/BiscuIT/BiscuIT-App-Alsijil"
+documentation = "https://biscuit.edugit.io/BiscuIT-ng/docs/html/"
 classifiers = [
     "Environment :: Web Environment",
     "Intended Audience :: Education",
-- 
GitLab