Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca23b34

Browse filesBrowse files
committed
Make project compatible with uv and poetry
1 parent dac72d8 commit ca23b34
Copy full SHA for ca23b34

2 files changed

+22-9Lines changed: 22 additions & 9 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎poetry.lock‎

Copy file name to clipboardExpand all lines: poetry.lock
+7Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎pyproject.toml‎

Copy file name to clipboardExpand all lines: pyproject.toml
+15-9Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ dev = [
2222
"ty>=0.0.14",
2323
]
2424

25-
[tool.uv]
26-
27-
[tool.uv.build-backend]
28-
module-root = ""
29-
30-
[build-system]
31-
requires = ["uv_build>=0.9.0,<0.10.0"]
32-
build-backend = "uv_build"
33-
3425
[tool.coverage.run]
3526
branch = true
3627
source = ["runs"]
@@ -47,3 +38,18 @@ line-length = 88
4738
[tool.ruff.format]
4839
quote-style = "single"
4940

41+
42+
[tool.poetry]
43+
name = "runs"
44+
version = "0.1.0"
45+
description = "🏃 Run a block of text as a subprocess 🏃"
46+
authors = ["Tom Ritchford <tom@swirly.com>"]
47+
readme = "README.md"
48+
49+
[tool.poetry.dependencies]
50+
python = ">=3.10"
51+
52+
53+
[build-system]
54+
requires = ["hatchling"]
55+
build-backend = "hatchling.build"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.