From 2d5964d7e122182de4521d571d0f43bb0a867731 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:52:43 +0200 Subject: [PATCH] update lightning short desc (#18011) --- src/lightning/__about__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lightning/__about__.py b/src/lightning/__about__.py index c09216dbf5..42be508764 100644 --- a/src/lightning/__about__.py +++ b/src/lightning/__about__.py @@ -21,9 +21,7 @@ __copyright__ = f"Copyright (c) 2018-{time.strftime('%Y')}, {__author__}." __homepage__ = "https://github.com/Lightning-AI/lightning" __docs_url__ = "https://lightning.ai/docs/pytorch/stable/" # this has to be simple string, see: https://github.com/pypa/twine/issues/522 -__docs__ = ( - "Use Lightning Apps to build everything from production-ready, multi-cloud ML systems to simple research demos." -) +__docs__ = "The Deep Learning framework to train, deploy, and ship AI products Lightning fast." __long_doc__ = """ What is it? -----------