From 4e3527e9d719bfd005eb4d1f9068617b1a4cf8b2 Mon Sep 17 00:00:00 2001 From: aries_ckt <916701291@qq.com> Date: Wed, 23 Aug 2023 18:17:50 +0800 Subject: [PATCH] style:fmt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c4d16db9..141f59fa4 100644 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ setuptools.setup( author="csunny", author_email="cfqcsunny@gmail.com", description="DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment." - " With this solution, you can be assured that there is no risk of data leakage, and your data is 100% private and secure.", + " With this solution, you can be assured that there is no risk of data leakage, and your data is 100% private and secure.", long_description=long_description, long_description_content_type="text/markdown", install_requires=parse_requirements("requirements.txt"),