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 f8ff4e2

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

2 files changed

+19Lines changed: 19 additions & 0 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
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ package = true
4545

4646
[tool.ruff.format]
4747
quote-style = "single"
48+
49+
[tool.poetry]
50+
name = "multi"
51+
version = "0.1.0"
52+
description = "📚 Manage all my other projects 📚"
53+
authors = ["Tom Ritchford <tom@swirly.com>"]
54+
readme = "README.md"
55+
56+
[tool.poetry.dependencies]
57+
python = ">=3.14"
58+
59+
4860
[build-system]
4961
requires = ["hatchling"]
5062
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.