Skip to content

Commit 2bf3fe8

Browse files
吕传承吕传承
authored andcommitted
Modify the setup
1 parent 30503c3 commit 2bf3fe8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55
VERSION = fver.read().replace("VERSION", "").replace(
66
"=", "").replace("\"", "").strip()
77

8-
with open("README.md", "r", encoding="utf-8") as fh:
9-
long_description = '<h1 align="center">OpenHowNet</h1>\n' + \
10-
fh.read().split('### [中文版本](README_ZH.md)\n\n')[1]
8+
long_description = "OpenHowNet API is developed by [THUNLP](http://thunlp.org/), which provides a convenient way to search information in HowNet, display sememe trees, calculate word similarity via sememes, etc. You can also visit our [website](https://openhownet.thunlp.org) to enjoy searching and exhibiting sememes of words online."
119

1210
setuptools.setup(
1311
name="OpenHowNet",
1412
version=VERSION,
1513
author="THUNLP",
1614
author_email="thunlp@gmail.com",
1715
description="OpenHowNet",
18-
# long_description=long_description,
16+
long_description=long_description,
1917
long_description_content_type="text/markdown",
2018
url="https://github.com/thunlp/OpenHowNet",
2119
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)