Skip to content

Commit b70d1e9

Browse files
committed
Make project compatible with uv and poetry
1 parent 06d62c2 commit b70d1e9

2 files changed

Lines changed: 22 additions & 4 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ dependencies = [
1414
"numpy>=1.24.2,<2",
1515
]
1616

17-
[build-system]
18-
requires = ["hatchling"]
19-
build-backend = "hatchling.build"
20-
2117
[tool.coverage.run]
2218
branch = true
2319

@@ -35,3 +31,18 @@ dev = [
3531
"ruff>=0.14.14",
3632
"ty>=0.0.14",
3733
]
34+
35+
[tool.poetry]
36+
name = "fortune"
37+
version = "0.1.0"
38+
description = "🐘 A Mastodon bot for /usr/games/fortune 🐘"
39+
authors = ["Tom Ritchford <tom@swirly.com>"]
40+
readme = "README.md"
41+
42+
[tool.poetry.dependencies]
43+
python = ">=3.11,<4"
44+
45+
46+
[build-system]
47+
requires = ["hatchling"]
48+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)