Skip to content

Commit 24ca3e4

Browse files
committed
docs(CHANGES): Update to reflect packaging changes
1 parent 4a28a20 commit 24ca3e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
- _Insert changes/features/fixes for next release here_
66

7+
#### Packaging
8+
9+
- `poetry build` used to package in place of `python setup.py build` (#729)
10+
11+
Package maintainers: If you run into any issues at
12+
[#625](https://github.com/tmux-python/tmuxp/issues/625).
13+
14+
Additionally, `libtmux` has been pinned to a similar release at
15+
[0.10.3](https://pypi.org/project/libtmux/0.10.3/) which has used the new
16+
build process.
17+
- `poetry publish` instead of `twine upload dist/*` (#729)
18+
19+
Similar to the above, reach out to the #625 issue if you bump into problems.
20+
721
#### What's new
822

923
- `tmuxp edit` for configuration changes (#707, @GlebPoljakov)

0 commit comments

Comments
 (0)