Skip to content

Commit 28e0d3b

Browse files
committed
Merge pull request #110 from marbu/unbundle_colorama
unbundle colorama package
2 parents 413d7cb + 7747ff7 commit 28e0d3b

File tree

10 files changed

+4
-561
lines changed

10 files changed

+4
-561
lines changed

requirements.pip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
kaptan>=0.5.7
22
argcomplete
3+
colorama

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
author_email=about['__email__'],
3636
description=about['__description__'],
3737
long_description=readme,
38-
packages=['tmuxp', 'tmuxp.testsuite',
39-
'tmuxp._vendor', 'tmuxp._vendor.colorama'],
38+
packages=['tmuxp', 'tmuxp.testsuite'],
4039
include_package_data=True,
4140
install_requires=install_reqs,
4241
tests_require=tests_reqs,

tmuxp/_vendor/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

tmuxp/_vendor/colorama/__init__.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

tmuxp/_vendor/colorama/ansi.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

tmuxp/_vendor/colorama/ansitowin32.py

Lines changed: 0 additions & 189 deletions
This file was deleted.

tmuxp/_vendor/colorama/initialise.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)