Browse Source

[update] add url in setup.py

tags/v0.4.10
yunfan 5 years ago
parent
commit
32f6c61ec1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py View File

@@ -13,7 +13,8 @@ with open('requirements.txt', encoding='utf-8') as f:

setup(
name='FastNLP',
version='dev0.5.0',
version='0.4.9',
url='https://github.com/fastnlp/fastNLP',
description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team',
long_description=readme,
long_description_content_type='text/markdown',


Loading…
Cancel
Save