Skip to content

Commit 176e14a

Browse files
committed
fine_python_recommended v0.2.0
1 parent 46179ca commit 176e14a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
[project]
22
name = "fine-python-recommended"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
77
requires-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"]

0 commit comments

Comments
 (0)