Skip to content

Commit

Permalink
✨ 改个名
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Oct 11, 2024
1 parent b66db61 commit 010c1f7
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TSL-Tools
# Tetris Study League Tools

## Use

```shell
uv sync
python -m tsl_tools
uv tool install tetris_study_league_tools
uvx tsl
```
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "tsl-tools"
name = "tetris-study-league-tools"
version = "0.1.0"
description = "Add your description here"
description = "一个供研究联赛使用的小工具"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
Expand All @@ -23,7 +23,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project.scripts]
tsl_tools = "tsl_tools:main"
tsl = "tetris_study_league_tools:main"

[tool.uv]
dev-dependencies = ["basedpyright>=1.18.4", "ruff>=0.6.1"]
Expand Down
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 010c1f7

Please sign in to comment.