diff --git a/pyproject.toml b/pyproject.toml index 7ca8dbe..77a7bde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,9 @@ profile = "black" [tool.poetry] -authors = ["Qin Li "] +authors = ["liblaf "] description = "Download everything from Web Learning of Tsinghua University" +license = "MIT" name = "thu-learn-downloader" packages = [{ include = "thu_learn_downloader" }] readme = "README.md" @@ -22,9 +23,9 @@ typer = { extras = ["all"], version = "^0.7.0" } [tool.poetry.group.dev.dependencies] -pyinstaller = "^5.8.0" black = "^23.1.0" isort = "^5.12.0" +pyinstaller = "^5.8.0" [tool.poetry.scripts] thu-learn-downloader = "thu_learn_downloader.__main__:run"