From 5f9c94c495e15aea6aea6a9a49b58747edd0e124 Mon Sep 17 00:00:00 2001 From: Jannik Waschkau Date: Tue, 8 Apr 2025 16:36:48 +0200 Subject: [PATCH] Update pyproject.toml fix license format as specified by PEP 639 in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25cf407..4f3d252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ requires = [ name = "django-concurrency" description = "Optimistic lock implementation for Django. Prevents users from doing concurrent editing" readme = "README.md" -license.file = "LICENSE" +license = "MIT" +license-files = ["LICENSE", ] authors = [ { name = "sax", email = "s.apostolico@gmail.com" },