Skip to content

Commit 2e71b83

Browse files
committed
docs(CHANGES) Note build system using hatchling now
1 parent b3cf791 commit 2e71b83

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGES

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,22 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force
2525

2626
_Maintenance only, no bug fixes, or new features_
2727

28-
### Development
28+
### Breaking changes
2929

3030
#### Project and package management: poetry to uv (#30)
3131

3232
[uv] is the new package and project manager for the project, replacing Poetry.
3333

3434
[uv]: https://github.com/astral-sh/uv
3535

36+
#### Build system: poetry to hatchling (#30)
37+
38+
[Build system] moved from [poetry] to [hatchling].
39+
40+
[Build system]: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
41+
[poetry]: https://github.com/python-poetry/poetry
42+
[hatchling]: https://hatch.pypa.io/latest/
43+
3644
## g 0.0.5 (2024-06-08)
3745

3846
### Fixes

0 commit comments

Comments
 (0)