11[build-system ]
2- requires = [" setuptools >= 68 .0.0 " , " wheel >= 0.40.0" ]
2+ requires = [" setuptools >= 77 .0.3 " , " wheel >= 0.40.0" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -10,10 +10,10 @@ authors = [
1010dynamic = [" version" ]
1111description = " Mindee API helper library for Python"
1212readme = " README.md"
13- license = {file = " LICENSE" }
13+ license = " MIT"
14+ license-files = [" LICENSE" ]
1415classifiers = [
1516 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.9" ,
1717 " Programming Language :: Python :: 3.10" ,
1818 " Programming Language :: Python :: 3.11" ,
1919 " Programming Language :: Python :: 3.12" ,
@@ -23,10 +23,9 @@ classifiers = [
2323 " Development Status :: 5 - Production/Stable" ,
2424 " Intended Audience :: Developers" ,
2525 " Topic :: Software Development :: Libraries" ,
26- " License :: OSI Approved :: MIT License" ,
2726]
2827
29- requires-python = " >=3.8 "
28+ requires-python = " >=3.10 "
3029
3130dependencies = [
3231 " pypdfium2>=4.0,<4.30.1" ,
@@ -82,7 +81,7 @@ version = {attr = "mindee.versions.__version__"}
8281[tool .ruff ]
8382line-length = 88
8483indent-width = 4
85- target-version = " py38 "
84+ target-version = " py310 "
8685
8786[tool .ruff .format ]
8887quote-style = " double"
0 commit comments