mirror of https://github.com/alibaba/EasyCV.git
add dingding qrcode and fix pypi doc format
parent
1f21ec5570
commit
740d450e1d
|
@ -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)).
|
||||
|
||||

|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
3
setup.py
3
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue