Update setup.py

This commit is contained in:
Xin Xu 2021-12-15 18:32:09 +08:00 committed by GitHub
parent a6f897bb04
commit 67125a80b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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