From 581c2233f43e15c91c9ce6576bdf3a5e316558ca Mon Sep 17 00:00:00 2001 From: "MinJae Kwon (Miti)" Date: Tue, 11 Mar 2025 16:40:45 +0900 Subject: [PATCH] fix: remove unimplemented command config (#1122) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e169152..7e9b68b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,6 @@ homepage = "https://diagrams.mingrammer.com" repository = "https://github.com/mingrammer/diagrams" include = ["resources/**/*"] -[tool.poetry.scripts] -diagrams="diagrams.cli:main" - [tool.poetry.dependencies] python = "^3.9" graphviz = ">=0.13.2,<0.21.0"