Skip to content

Commit 2ee8a1e

Browse files
authored
change set up (#2385)
1 parent 81e4af4 commit 2ee8a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ def get_package_data_files(package, data, package_dir=None):
175175
version=__version__,
176176
author="PaddleFormers Team",
177177
author_email="[email protected]",
178-
description="Easy-to-use and powerful NLP library with Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including Neural Search, Question Answering, Information Extraction and Sentiment Analysis end-to-end system.",
178+
description="PaddleFormers is an easy-to-use library of pre-trained large language model zoo based on PaddlePaddle.",
179179
long_description=read("README_en.md"),
180180
long_description_content_type="text/markdown",
181181
url="https://github.com/PaddlePaddle/PaddleFormers",
182182
license_files=("LICENSE",),
183183
packages=setuptools.find_packages(
184184
where=".",
185-
exclude=("examples*", "tests*", "applications*", "fast_generation*", "model_zoo*"),
185+
exclude=("tests*"),
186186
),
187187
package_data={},
188188
setup_requires=["cython", "numpy"],

0 commit comments

Comments
 (0)