mirror of https://github.com/huashengdun/webssh
Updated setup.py setup.cfg
parent
fd583158da
commit
53762f6035
|
@ -1,3 +1,6 @@
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -21,6 +21,7 @@ setup(
|
||||||
version=version,
|
version=version,
|
||||||
description='Web based ssh client',
|
description='Web based ssh client',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
author='Shengdun Hua',
|
author='Shengdun Hua',
|
||||||
author_email='webmaster0115@gmail.com',
|
author_email='webmaster0115@gmail.com',
|
||||||
url='https://github.com/huashengdun/webssh',
|
url='https://github.com/huashengdun/webssh',
|
||||||
|
|
Loading…
Reference in New Issue