From 3aecf2b5df926290584c8456723431058e9db0b4 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 17:50:49 +0000 Subject: [PATCH] fix: resolve setuptools license format deprecation warning --- app/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/pyproject.toml b/app/pyproject.toml index dc5a8dd..e12f182 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12" ] +dynamic = [] dependencies = [ "click>=8.1.8",