Skip to content

Commit 010c1f7

Browse files
✨ 改个名
1 parent b66db61 commit 010c1f7

23 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# TSL-Tools
1+
# Tetris Study League Tools
22

33
## Use
44

55
```shell
6-
uv sync
7-
python -m tsl_tools
6+
uv tool install tetris_study_league_tools
7+
uvx tsl
88
```

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "tsl-tools"
2+
name = "tetris-study-league-tools"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "一个供研究联赛使用的小工具"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
@@ -23,7 +23,7 @@ requires = ["hatchling"]
2323
build-backend = "hatchling.build"
2424

2525
[project.scripts]
26-
tsl_tools = "tsl_tools:main"
26+
tsl = "tetris_study_league_tools:main"
2727

2828
[tool.uv]
2929
dev-dependencies = ["basedpyright>=1.18.4", "ruff>=0.6.1"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)