2 Star 1 Fork 1

计算所-电力认知智能计算研究室 / ecws

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
alxor 提交于 2020-08-21 16:02 . update R3.0.5
# from setuptools import setup,find_packages
import setuptools
from ecws import VERSION
SHORT_DESC = (
"面向电力领域的中文分词工具"
)
with open("README.md","r") as fh:
long_description = fh.read()
setuptools.setup(
name="ecws",
version=VERSION,
description=SHORT_DESC,
long_description=long_description,
long_description_content_type="text/markdown",
keywords=("ecws", "3.0.5"),
url="http://github.com/rises-tech/ecws",
author="alxor",
author_email="alxor@live.cn",
license='MIT',
packages=setuptools.find_packages(),
include_package_data=True,
package_data={'': ['README.md', 'LICENSE.txt']},
zip_safe=False,
platforms="any",
install_requires=[
"torch==1.5.1",
"allennlp==1.0.0",
],
python_requires='>=3.6'
)
Python
1
https://gitee.com/sgccnlp/ecws.git
git@gitee.com:sgccnlp/ecws.git
sgccnlp
ecws
ecws
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891