From 12b5fe3336441a0be8d8b6523460eb8c73241c02 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 11 Jul 2023 07:49:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Update=20licence=20in=20pyprojec?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 86d71bba..f56affcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "hatchling.build" [project] name = "kohlrahbi" description = "Tool to generate machine readable files from AHB documents" -license = { text = "MIT" } +license = { text = "GPL" } requires-python = ">=3.11" authors = [{ name = "Kevin Krechan", email = "kevin.krechan@hochfrequenz.de" }] keywords = ["automation", "ahb", "bdew", "edi@energy"] @@ -20,7 +20,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only",