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"),