From ee28cae323ccb4f1a0633cf6313c8cc991c16dcb Mon Sep 17 00:00:00 2001 From: Gene Date: Mon, 15 Jan 2024 14:26:29 +0800 Subject: [PATCH] [DOC] modify description in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 574a3c4..9e50122 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def get_version(rel_path: str) -> str: # Package meta-data. NAME = "learnware" -DESCRIPTION = "learnware market project" +DESCRIPTION = "The learnware package supports the submission, usability testing, organization, identification, deployment, and reuse of learnware." REQUIRES_PYTHON = ">=3.6.0" VERSION = get_version("learnware/__init__.py")