diff options
| author | 2024-01-24 15:06:02 +0800 | |
|---|---|---|
| committer | 2024-01-24 15:06:02 +0800 | |
| commit | 3521280e1cbf81c8de89eaa4336952ba2c803693 (patch) | |
| tree | 61c7018a54f013a7b9105573b5a11b2867906e9a /src | |
| parent | 5657b7f16fc2d3fd1080ea42a5d6e24a80f05ba8 (diff) | |
| download | ipm-3521280e1cbf81c8de89eaa4336952ba2c803693.tar.gz ipm-3521280e1cbf81c8de89eaa4336952ba2c803693.zip | |
:recycle: refactor(api): refact default description which add when infini project initialization
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipm/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipm/api.py b/src/ipm/api.py index 49f0895..9e69ce5 100644 --- a/src/ipm/api.py +++ b/src/ipm/api.py @@ -36,7 +36,7 @@ def init(source_path: StrPath, force: bool = False, echo: bool = False) -> None: "infini": { "name": source_path.name, "version": "0.1.0", - "description": "COC 规则包", + "description": f"{source_path.name.upper()} 规则包", "license": "MIT", }, "requirements": {}, |
