Skip to content

Commit

Permalink
Switch from rye to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Oct 24, 2024
1 parent c4eee7a commit e6f7ebf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

- Raised minimum required tomlkit version to 0.13.2.

- Switched package/project manager from rye to uv.


## 0.7.0 (2024-07-01)

Expand Down
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ Repository = "https://github.com/orgatalk/lanpartydb-lib-python"
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = []

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/lanpartydb"]

[tool.ruff.format]
quote-style = "single"
line-ending = "lf"
Expand Down
22 changes: 22 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6f7ebf

Please sign in to comment.