Skip to content

Commit 4361518

Browse files
committed
docs(CHANGES) Note build system using hatchling now
1 parent bc4cb72 commit 4361518

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGES

+16-4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,25 @@ _Maintenance only, no bug fixes or new features_
3838

3939
### Breaking changes
4040

41-
- Minimum libtmux version 0.37.0 -> 0.38.1 (#950)
41+
#### Project and package management: poetry to uv (#949)
4242

43-
### Development
43+
[uv] is the new package and project manager for the project, replacing Poetry.
44+
45+
[uv]: https://github.com/astral-sh/uv
46+
47+
#### Build system: poetry to hatchling (#949)
4448

45-
- Project and package management: poetry to uv (#949)
49+
[Build system] moved from [poetry] to [hatchling].
4650

47-
[uv] is the new package and project manager for the project, replacing Poetry.
51+
[Build system]: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
52+
[poetry]: https://github.com/python-poetry/poetry
53+
[hatchling]: https://hatch.pypa.io/latest/
54+
55+
#### Minimum libtmux version 0.37.0 -> 0.38.1 (#950)
56+
57+
Built with uv.
58+
59+
### Development
4860

4961
- Code quality: Use f-strings in more places (#931)
5062

0 commit comments

Comments
 (0)