Updated setup.py setup.cfg

pull/12/merge
Sheng 2018-04-27 00:44:52 +08:00
parent fd583158da
commit 53762f6035
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
[wheel]
universal = 1
[metadata]
license_file = LICENSE

View File

@ -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',