Skip to content

Commit 5fa419d

Browse files
committed
Make project compatible with uv and poetry
1 parent 6b741a5 commit 5fa419d

2 files changed

Lines changed: 18 additions & 1 deletion

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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ dev = [
2525
"ty>=0.0.14",
2626
]
2727

28+
[tool.poetry]
29+
name = "def-main"
30+
version = "0.1.0"
31+
description = "🗣 A decorator for main 🗣"
32+
authors = ["Tom Ritchford <tom@swirly.com>"]
33+
readme = "README.md"
34+
35+
[tool.poetry.dependencies]
36+
python = ">=3.10"
37+
38+
2839
[build-system]
2940
requires = ["hatchling"]
3041
build-backend = "hatchling.build"
31-

0 commit comments

Comments
 (0)