@@ -8,7 +8,7 @@ maintainers = [
88 { name = " Axel H." , email = " noirbizarre@gmail.com" },
99 { name = " Tim Hsiung" , email = " bear890707@gmail.com" },
1010]
11- license = { file = " LICENSE" }
11+ license-files = [ " LICENSE" ]
1212readme = " docs/README.md"
1313requires-python = " >=3.10,<4.0"
1414dependencies = [
@@ -18,7 +18,7 @@ dependencies = [
1818 " decli (>=0.6.0,<1.0)" ,
1919 " colorama (>=0.4.1,<1.0)" ,
2020 " termcolor (>=1.1.0,<4.0.0)" ,
21- " packaging>=19 " ,
21+ " packaging>=26 " ,
2222 " tomlkit (>=0.8.0,<1.0.0)" ,
2323 " jinja2>=2.10.3" ,
2424 " pyyaml>=3.08" ,
@@ -45,7 +45,6 @@ classifiers = [
4545 " Programming Language :: Python :: 3.13" ,
4646 " Programming Language :: Python :: 3.14" ,
4747 " Programming Language :: Python :: Implementation :: CPython" ,
48- " License :: OSI Approved :: MIT License" ,
4948]
5049
5150[project .urls ]
@@ -122,7 +121,7 @@ linters = [
122121]
123122
124123documentation = [
125- " mkdocs>=1.4.2" ,
124+ " mkdocs>=1.4.2,<2 " ,
126125 " mkdocs-git-revision-date-localized-plugin>=1.5.0" ,
127126 " mkdocs-material>=9.1.6" ,
128127]
@@ -133,7 +132,7 @@ script = [
133132]
134133
135134[build-system ]
136- requires = [" uv_build >= 0.9.17, <0.10.0 " ]
135+ requires = [" uv_build >= 0.9.17, <0.12 " ]
137136build-backend = " uv_build"
138137
139138
0 commit comments