Skip to content

Commit

Permalink
packaging: Use PEP 639 (#1236)
Browse files Browse the repository at this point in the history
* chore: Use uv for CI and for publishing docs

* Do not run deptry and mypy on all Python versions

* Do not document `to_yes_no`

* Use `UV_CONSTRAINT`

* Remove scheduled dev dependency updates

* Bump astral-sh/setup-uv to v5

* Pin astral-sh/setup-uv

* Bump mypy

* Use uv to lock CI dependencies

* chore: Use PEP 639

* Add change file
  • Loading branch information
edgarrmondragon authored Dec 22, 2024
1 parent f4103cb commit 7e246f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/unreleased/Packaging-20241222-103619.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Packaging
body: Use PEP 639
time: 2024-12-22T10:36:19.33834-06:00
custom:
Issue: "1236"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ keywords = [
"json-rpc",
"limesurvey",
]
license = { file = "LICENSE" }
license = "MIT"
license-files = [ "LICENSE" ]
maintainers = [
{ name = "Edgar Ramírez-Mondragón", email = "[email protected]" },
]
Expand Down

0 comments on commit 7e246f2

Please sign in to comment.