From 5c7213eac0759063fc527ea9b6661107d5ce69c0 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 1 Apr 2025 09:59:51 +0200 Subject: [PATCH] Update license -> license-files to satisfy newer setuptools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c51e644..85e94b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ description = "blog-aware, static site generator" keywords = ["markdown", "blag", "blog", "static site generator", "cli"] readme = "README.md" -license = { file="LICENSE" } +license-files = ["LICENSE"] requires-python = ">=3.10" dynamic = ["version"] dependencies = [