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 53762f6035bdb537e2ef18fa45931c0ddad3ef40
parent fd583158da5c92f089cb66834e32966818ae393f
Author: Sheng <webmaster0115@gmail.com>
Date:   Fri, 27 Apr 2018 00:44:52 +0800

Updated setup.py setup.cfg

Diffstat:
Msetup.cfg | 3+++
Msetup.py | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/setup.cfg b/setup.cfg @@ -1,3 +1,6 @@ +[wheel] +universal = 1 + [metadata] license_file = LICENSE diff --git a/setup.py b/setup.py @@ -21,6 +21,7 @@ setup( version=version, description='Web based ssh client', long_description=long_description, + long_description_content_type='text/markdown', author='Shengdun Hua', author_email='webmaster0115@gmail.com', url='https://github.com/huashengdun/webssh',