File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ Changelog
44
55Here you can find the recent changes to tmuxp.
66
7+ 0.1.5.1
8+ -------
9+
10+ - [packaging] fix `Issue #49 `_ bug where ``package_manifest.py `` missing
11+ from ``MANIFEST.in `` would cause error installing.
12+
13+ .. _Issue #48 : https://github.com/tony/tmuxp/issues/49
14+
7150.1.5
816-----
917
Original file line number Diff line number Diff line change 11include README.rst LICENSE CHANGES run-tests.py .tmuxp.yaml
2- include requirements.pip
2+ include requirements.pip package_metadata.py
33recursive-include doc *.rst
Original file line number Diff line number Diff line change 1313
1414__title__ = 'tmuxp'
1515__package_name__ = 'tmuxp'
16- __version__ = '0.1.5'
16+ __version__ = '0.1.5.1 '
1717__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
1818__email__ = 'tony@git-pull.com'
1919__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments