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
4
4
5
5
Here you can find the recent changes to tmuxp.
6
6
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
+
7
15
0.1.5
8
16
-----
9
17
Original file line number Diff line number Diff line change 1
1
include README.rst LICENSE CHANGES run-tests.py .tmuxp.yaml
2
- include requirements.pip
2
+ include requirements.pip package_metadata.py
3
3
recursive-include doc *.rst
Original file line number Diff line number Diff line change 13
13
14
14
__title__ = 'tmuxp'
15
15
__package_name__ = 'tmuxp'
16
- __version__ = '0.1.5'
16
+ __version__ = '0.1.5.1 '
17
17
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
18
18
19
19
__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments