update lightning short desc (#18011)

This commit is contained in:
Jirka Borovec 2023-07-07 09:52:43 +02:00 committed by GitHub
parent f4240ca42c
commit 2d5964d7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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?
-----------