Skip to content

poetry build packaging #729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

- _Insert changes/features/fixes for next release here_

#### Packaging

- `poetry build` used to package in place of `python setup.py build` (#729)

Package maintainers: If you run into any issues at
[#625](https://github.com/tmux-python/tmuxp/issues/625).

Additionally, `libtmux` has been pinned to a similar release at
[0.10.3](https://pypi.org/project/libtmux/0.10.3/) which has used the new
build process.

- `poetry publish` instead of `twine upload dist/*` (#729)

Similar to the above, reach out to the #625 issue if you bump into problems.

#### What's new

- `tmuxp edit` for configuration changes (#707, @GlebPoljakov)
Expand All @@ -13,6 +28,7 @@
Inside a project: `tmuxp edit .`

### Removed support

- Python 3.6 support has been removed (#726)

### Development
Expand Down
Loading