Skip to content

Commit e1e9413

Browse files
committed
Make project compatible with uv and poetry
1 parent acf885d commit e1e9413

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

poetry.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,18 @@ branch = true
5353
[tool.coverage.report]
5454
skip_covered = true
5555
exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:", "raise NotImplementedError"]
56+
57+
[tool.poetry]
58+
name = "fixo"
59+
version = "0.1.0"
60+
description = "🔧 Semi-automatic rule based editing of Python code 🔧"
61+
authors = ["Tom Ritchford <tom@swirly.com>"]
62+
readme = "README.md"
63+
64+
[tool.poetry.dependencies]
65+
python = ">=3.10"
66+
67+
68+
[build-system]
69+
requires = ["hatchling"]
70+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)