From b97af7eed4ecbc79d7ee5564d580c2447cc9ce7a Mon Sep 17 00:00:00 2001 From: konstantin Date: Sun, 4 May 2025 13:02:59 +0200 Subject: [PATCH] chore: simplify license marker in `pyproject.toml` https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a17a0eb..1566272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pydifact" dynamic = ["version"] authors = [{ name = "Christian González", email = "christian.gonzalez@nerdocs.at" }] -license = { "file" = "LICENSE" } +license = "MIT" description = "Pydifact is a library that aims to provide complete support for reading and writing EDIFACT files. These file format, despite being old, is still a standard in many business cases. In Austria e.g., it is used for the transfer of medical reports between medical doctors." readme = "README.md" classifiers = [