Skip to content

Commit e6f1d69

Browse files
committed
Make project compatible with uv and poetry
1 parent 028d64e commit e6f1d69

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
@@ -15,10 +15,6 @@ dependencies = [
1515
[project.scripts]
1616
pullman = "pullman:main"
1717

18-
[build-system]
19-
requires = ["hatchling"]
20-
build-backend = "hatchling.build"
21-
2218
[tool.coverage]
2319
[tool.coverage.run]
2420
branch = true
@@ -37,3 +33,18 @@ dev = [
3733
"ruff>=0.14.14",
3834
"ty>=0.0.14",
3935
]
36+
37+
[tool.poetry]
38+
name = "pullman"
39+
version = "0.1.0"
40+
description = "🥞 Manage ghstack pull requests 🥞"
41+
authors = ["Tom Ritchford <tom@swirly.com>"]
42+
readme = "README.md"
43+
44+
[tool.poetry.dependencies]
45+
python = ">=3.10"
46+
47+
48+
[build-system]
49+
requires = ["hatchling"]
50+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)