From e91fdf41e594bcac2b52f1a04392338a6bd6038e Mon Sep 17 00:00:00 2001 From: jennier0107 Date: Fri, 5 Jul 2024 22:54:08 +0800 Subject: [PATCH] feat: add project.scripts to use pydumpling easy --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec1be1..0361d10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ build-backend = "pdm.backend" [project] name = "pydumpling" -version = "0.1.6" +version = "0.1.7" description = "Python post-mortem debugger" authors = [ {name = "cocolato", email = "haiizhu@outlook.com"}, @@ -50,3 +50,6 @@ doc = [ "sphinx-tabs>=3.4.5", "sphinx-copybutton>=0.5.2", ] + +[project.scripts] +pydumpling = "pydumpling.__main__:main" \ No newline at end of file