update setup.py

This commit is contained in:
yhcc 2022-10-17 16:56:47 +08:00
parent 24ca2851bb
commit bdb24a3039

View File

@ -16,7 +16,7 @@ print(pkgs)
setup( setup(
name='FastNLP', name='FastNLP',
version='1.0.0beta', version='1.0.0',
url='https://gitee.com/fastnlp/fastNLP', url='https://gitee.com/fastnlp/fastNLP',
description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team', description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team',
long_description=readme, long_description=readme,