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"