add dingding qrcode and fix pypi doc format

pull/14/head
wenmeng.zwm 2022-04-20 11:40:53 +08:00
parent 1f21ec5570
commit 740d450e1d
3 changed files with 5 additions and 2 deletions

View File

@ -65,4 +65,6 @@ This project licensed under the [Apache License (Version 2.0)](LICENSE). This to
## Contact
This repo is currently maintained by PAI-CV team.
This repo is currently maintained by PAI-CV team, you can contact us by easycv@list.alibaba-inc.com or join the dingding group ([join url](https://h5.dingtalk.com/circle/healthCheckin.html?dtaction=os&corpId=ding3ff8258c1c5850ef6ef3dd1a991739ff&9abd5705-5633=d069c338-d566&cbdbhh=qwertyuiop)).
![dingding group QR code](docs/source/_static/dingding_qrcode.jpg)

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -173,8 +173,9 @@ if __name__ == '__main__':
setup(
name='pai-easycv',
version=get_version(),
description='EasyCV framework',
description='An all-in-one toolkit for computer vision',
long_description=readme(),
long_description_content_type='text/markdown',
author='Alibaba PAI team',
author_email='easycv@list.alibaba-inc.com',
keywords='self-supvervised, classification, vision',