From 1066a9ee677cc6ba031bf1bed091fb72891afc44 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 17 Jan 2024 08:01:57 +0800 Subject: feat(cli): support ipm.exe --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 1b0aa5c..c9e9641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "ipm" version = "0.1.0-alpha.2" description = "Infini Package Manager" authors = [ - {name = "苏向夜", email = "fu050409@163.com"}, + { name = "苏向夜", email = "fu050409@163.com" }, + { name = "简律纯", email = "leader@hydroroll.team" }, ] dependencies = [ "multilogging>=1.0.2", @@ -13,12 +14,14 @@ dependencies = [ ] requires-python = ">=3.10" readme = "README.md" -license = {text = "MIT"} +license = { text = "MIT" } [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" +[project.scripts] +ipm = "ipm.__main__:main" [tool.pdm] package-type = "library" -- cgit v1.2.3-70-g09d2