@@ -8,7 +8,8 @@ maintainers = [
88 { name = " Axel H." , email = " noirbizarre@gmail.com" },
99 { name = " Tim Hsiung" , email = " bear890707@gmail.com" },
1010]
11- license = { file = " LICENSE" }
11+ license = " MIT"
12+ license-files = [" LICENSE" ]
1213readme = " docs/README.md"
1314requires-python = " >=3.10,<4.0"
1415dependencies = [
@@ -18,7 +19,7 @@ dependencies = [
1819 " decli (>=0.6.0,<1.0)" ,
1920 " colorama (>=0.4.1,<1.0)" ,
2021 " termcolor (>=1.1.0,<4.0.0)" ,
21- " packaging>=19 " ,
22+ " packaging>=26 " ,
2223 " tomlkit (>=0.8.0,<1.0.0)" ,
2324 " jinja2>=2.10.3" ,
2425 " pyyaml>=3.08" ,
@@ -45,7 +46,6 @@ classifiers = [
4546 " Programming Language :: Python :: 3.13" ,
4647 " Programming Language :: Python :: 3.14" ,
4748 " Programming Language :: Python :: Implementation :: CPython" ,
48- " License :: OSI Approved :: MIT License" ,
4949]
5050
5151[project .urls ]
@@ -122,7 +122,7 @@ linters = [
122122]
123123
124124documentation = [
125- " mkdocs>=1.4.2" ,
125+ " mkdocs>=1.4.2,<2 " ,
126126 " mkdocs-git-revision-date-localized-plugin>=1.5.0" ,
127127 " mkdocs-material>=9.1.6" ,
128128]
@@ -133,7 +133,7 @@ script = [
133133]
134134
135135[build-system ]
136- requires = [" uv_build >= 0.9.17, <0.10.0 " ]
136+ requires = [" uv_build >= 0.9.17, <0.12 " ]
137137build-backend = " uv_build"
138138
139139
0 commit comments