Skip to content

Commit

Permalink
馃搫 Update licence in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan committed Jul 11, 2023
1 parent 574e826 commit 12b5fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ 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"]
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",
Expand Down

0 comments on commit 12b5fe3

Please sign in to comment.