提交 9fdcb135 编写于 作者: Chatopera 研发团队's avatar Chatopera 研发团队

publish new release and copyrights

上级 359fe632
......@@ -17,7 +17,7 @@
from __future__ import print_function
from __future__ import division
__copyright__ = "Copyright (c) 2017 . All Rights Reserved"
__copyright__ = "Copyright (c) (2017-2020) Chatopera Inc. All Rights Reserved"
__author__ = "Hai Liang Wang"
__date__ = "2017-09-28:22:23:34"
......
......@@ -5,10 +5,12 @@
# constants
baseDir=$(cd `dirname "$0"`;pwd)
export PYTHONUNBUFFERED=1
export PATH=/opt/miniconda3/envs/venv-py3/bin:$PATH
# functions
# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/..
source ~/venv-py3/bin/activate
python setup.py sdist upload -r pypi
......@@ -13,12 +13,12 @@ Welcome
setup(
name='synonyms',
version='3.10.2',
description='Chinese Synonyms for Natural Language Processing and Understanding',
version='3.11.0',
description=' 中文近义词:聊天机器人,智能问答工具包;Chinese Synonyms for Natural Language Processing and Understanding',
long_description=LONGDOC,
author='Hai Liang Wang, Hu Ying Xi',
author_email='hailiang.hl.wang@gmail.com',
url='https://github.com/huyingxi/Synonyms',
url='https://github.com/chatopera/Synonyms',
license="MIT",
classifiers=[
'Intended Audience :: Developers',
......@@ -35,7 +35,7 @@ setup(
'Topic :: Text Processing',
'Topic :: Text Processing :: Indexing',
'Topic :: Text Processing :: Linguistic'],
keywords='corpus,machine-learning,NLU,NLP,Synonyms,Similarity',
keywords='corpus,machine-learning,NLU,NLP,Synonyms,Similarity,chatbot',
packages=find_packages(),
install_requires=[
'six>=1.11.0',
......
......@@ -17,10 +17,10 @@ Chinese Synonyms for Natural Language Processing and Understanding.
from __future__ import print_function
from __future__ import division
__copyright__ = "Copyright (c) 2017 . All Rights Reserved"
__copyright__ = "Copyright (c) (2017-2020) Chatopera Inc. All Rights Reserved"
__author__ = "Hu Ying Xi<>, Hai Liang Wang<hailiang.hl.wang@gmail.com>"
__date__ = "2017-09-27"
__version__ = "3.3.10"
__version__ = "3.11.0"
import os
import sys
......
......@@ -12,7 +12,7 @@
from __future__ import print_function
from __future__ import division
__copyright__ = "Copyright (c) 2017 . All Rights Reserved"
__copyright__ = "Copyright (c) (2017-2020) Chatopera Inc. All Rights Reserved"
__author__ = "Hai Liang Wang"
__date__ = "2017-10-16:14:13:24"
......
......@@ -12,7 +12,7 @@
from __future__ import print_function
from __future__ import division
__copyright__ = "Copyright (c) 2017 . All Rights Reserved"
__copyright__ = "Copyright (c) (2017-2020) Chatopera Inc. All Rights Reserved"
__author__ = "Hai Liang Wang"
__date__ = "2017-10-16:14:13:24"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册