File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 39
39
description = 'Manage tmux workspaces from JSON and YAML, pythonic API, '
40
40
'shell completion' ,
41
41
long_description = open ('README.rst' ).read (),
42
- packages = ['tmuxp' , 'tmuxp.testsuite' ],
42
+ packages = ['tmuxp' , 'tmuxp.testsuite' ,
43
+ 'tmuxp._vendor' , 'tmuxp._vendor.colorama' ],
43
44
include_package_data = True ,
44
45
install_requires = install_reqs ,
45
46
tests_require = tests_reqs ,
Original file line number Diff line number Diff line change 20
20
import logging .handlers
21
21
import sys
22
22
import time
23
- from tmuxp ._vendor .colorama import init
24
- from tmuxp ._vendor .colorama import Fore , Back , Style
23
+ from ._vendor .colorama import init
24
+ from ._vendor .colorama import Fore , Back , Style
25
25
from .util import unicode , bytes , basestring
26
26
27
27
try :
You can’t perform that action at this time.
0 commit comments