Skip to content

Commit d958639

Browse files
Bordalantiga
authored andcommitted
update lightning short desc (#18011)
(cherry picked from commit 2d5964d)
1 parent da87f45 commit d958639

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lightning/__about__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
__homepage__ = "https://github.com/Lightning-AI/lightning"
2222
__docs_url__ = "https://lightning.ai/docs/pytorch/stable/"
2323
# this has to be simple string, see: https://github.com/pypa/twine/issues/522
24-
__docs__ = (
25-
"Use Lightning Apps to build everything from production-ready, multi-cloud ML systems to simple research demos."
26-
)
24+
__docs__ = "The Deep Learning framework to train, deploy, and ship AI products Lightning fast."
2725
__long_doc__ = """
2826
What is it?
2927
-----------

0 commit comments

Comments
 (0)