Skip to content

Commit c4e21f6

Browse files
committed
Fix #49 package_metadata.py missing from MANIFEST.in
1 parent 5636c82 commit c4e21f6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES

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

55
Here 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+
715
0.1.5
816
-----
917

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst LICENSE CHANGES run-tests.py .tmuxp.yaml
2-
include requirements.pip
2+
include requirements.pip package_metadata.py
33
recursive-include doc *.rst

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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__ = '[email protected]'
1919
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)