File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
presets/fine_python_recommended Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " fine-python-recommended"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " "
55authors = [{ name = " Vladyslav Hnatiuk" , email = " aders1234@gmail.com" }]
66readme = " README.md"
77requires-python = " >=3.11, < 3.14"
8- dependencies = [" fine_python_format==0.1.0" , " fine_python_lint==0.1.0" ]
9-
10- [tool .poetry .group .dev .dependencies ]
11- finecode = { version = " 0.2.0" }
12- finecode_dev_common_preset = { path = " ../../finecode_dev_common_preset" , develop = true }
8+ dependencies = [" fine_python_format==0.2.*" , " fine_python_lint==0.2.*" ]
139
1410[build-system ]
15- requires = [" poetry-core>=2.0.0,<3.0.0" ]
16- build-backend = " poetry.core.masonry.api"
11+ requires = [" setuptools>=64" ]
12+ build-backend = " setuptools.build_meta"
13+
14+ [tool .setuptools .package-data ]
15+ fine_python_recommended = [" preset.toml" ]
You can’t perform that action at this time.
0 commit comments