fix: resolve setuptools license format deprecation warning
Some checks failed
CI / test (3.10) (push) Failing after 17s
CI / test (3.11) (push) Failing after 16s
CI / test (3.12) (push) Failing after 16s
CI / lint (push) Successful in 15s
CI / build (push) Successful in 18s

This commit is contained in:
2026-02-02 17:50:49 +00:00
parent 0cdb8b171f
commit 3aecf2b5df

View File

@@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
dynamic = []
dependencies = [
"click>=8.1.8",