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 3939 description = 'Manage tmux workspaces from JSON and YAML, pythonic API, '
4040 'shell completion' ,
4141 long_description = open ('README.rst' ).read (),
42- packages = ['tmuxp' , 'tmuxp.testsuite' ],
42+ packages = ['tmuxp' , 'tmuxp.testsuite' ,
43+ 'tmuxp._vendor' , 'tmuxp._vendor.colorama' ],
4344 include_package_data = True ,
4445 install_requires = install_reqs ,
4546 tests_require = tests_reqs ,
Original file line number Diff line number Diff line change 2020import logging .handlers
2121import sys
2222import 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
2525from .util import unicode , bytes , basestring
2626
2727try :
You can’t perform that action at this time.
0 commit comments