@@ -4,12 +4,10 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " pydantic-translations"
7- authors = [
8- {name = " Gram" , email = " git@orsinium.dev" },
9- ]
10- license = {file = " LICENSE" }
7+ authors = [{ name = " Gram" , email = " git@orsinium.dev" }]
8+ license = { file = " LICENSE" }
119readme = " README.md"
12- requires-python = " >=3.8 "
10+ requires-python = " >=3.9 "
1311dynamic = [" version" , " description" ]
1412classifiers = [
1513 " Development Status :: 5 - Production/Stable" ,
@@ -18,32 +16,13 @@ classifiers = [
1816 " Programming Language :: Python" ,
1917 " Typing :: Typed" ,
2018]
21- keywords = [
22- " mypy" ,
23- " typing" ,
24- " annotations" ,
25- " type annotations" ,
26- ]
27- dependencies = [
28- " l10n" ,
29- " pydantic >=1.0.0,<2.0.0" ,
30- ]
19+ keywords = [" mypy" , " typing" , " annotations" , " type annotations" ]
20+ dependencies = [" l10n" , " pydantic >=1.0.0,<2.0.0" ]
3121
3222[project .optional-dependencies ]
33- test = [
34- " pytest" ,
35- " pytest-cov" ,
36- ]
37- lint = [
38- " flake8" ,
39- " isort" ,
40- " mypy" ,
41- " unify" ,
42- ]
43- l10n = [
44- " l10n[cli]" ,
45- " mypy" ,
46- ]
23+ test = [" pytest" , " pytest-cov" ]
24+ lint = [" flake8" , " isort" , " mypy" ]
25+ l10n = [" l10n[cli]" , " mypy" ]
4726
4827[project .urls ]
4928Source = " https://github.com/orsinium-labs/pydantic-translations"
@@ -53,7 +32,7 @@ name = "pydantic_translations"
5332
5433[tool .mypy ]
5534files = [" pydantic_translations" ]
56- python_version = 3.8
35+ python_version = " 3.9 "
5736ignore_missing_imports = true
5837# follow_imports = "silent"
5938show_error_codes = true
0 commit comments