Skip to content

Commit e6f7ebf

Browse files
committed
Switch from rye to uv
1 parent c4eee7a commit e6f7ebf

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
- Raised minimum required tomlkit version to 0.13.2.
77

8+
- Switched package/project manager from rye to uv.
9+
810

911
## 0.7.0 (2024-07-01)
1012

pyproject.toml

-10
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ Repository = "https://github.com/orgatalk/lanpartydb-lib-python"
2626
requires = ["hatchling"]
2727
build-backend = "hatchling.build"
2828

29-
[tool.rye]
30-
managed = true
31-
dev-dependencies = []
32-
33-
[tool.hatch.metadata]
34-
allow-direct-references = true
35-
36-
[tool.hatch.build.targets.wheel]
37-
packages = ["src/lanpartydb"]
38-
3929
[tool.ruff.format]
4030
quote-style = "single"
4131
line-ending = "lf"

uv.lock

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)