webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 1b51909ea622c41091ee877d8766ac9db2ece379
parent c70117e590137fe39a27653763edb8a279833336
Author: Sheng <webmaster0115@gmail.com>
Date:   Fri, 27 Apr 2018 17:58:22 +0800

Updated setup.py MANIFEST.in

Diffstat:
MMANIFEST.in | 13++++++++++++-
Msetup.py | 1+
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in @@ -1,2 +1,13 @@ include LICENSE -recursive-include tests *.py *.key *.db known_hosts* + +recursive-include tests * +prune tests/__pycache__ +prune tests/.pytest_cache + +recursive-include webssh * +prune webssh/__pycache__ +prune webssh/.pytest_cache + +global-exclude *.pyc +global-exclude *.log +global-exclude .coverage diff --git a/setup.py b/setup.py @@ -21,6 +21,7 @@ setup( wssh = webssh.main:main ''', license='MIT', + include_package_data=True, classifiers=[ 'Programming Language :: Python', 'Programming Language :: Python :: 2',