This commit is contained in:
tlk-dsg 2021-09-18 14:39:07 +08:00
parent c230df9245
commit e03a8fbeab
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( setup(
name='deepke', # 打包后的包文件名 name='deepke', # 打包后的包文件名
version='0.2.24', #版本号 version='0.2.25', #版本号
keywords=["pip", "RE","NER","AE"], # 关键字 keywords=["pip", "RE","NER","AE"], # 关键字
description='DeepKE 是基于 Pytorch 的深度学习中文关系抽取处理套件。', # 说明 description='DeepKE 是基于 Pytorch 的深度学习中文关系抽取处理套件。', # 说明
long_description="client", #详细说明 long_description="client", #详细说明