diff --git a/pyproject.toml b/pyproject.toml index 80b956f..87f209f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gadd" -version = "0.1.3" +version = "0.2.0" description = "Sort imports, remove unused imports, run Black, flake8, pylint, vulture in one go for al staged .py files" authors = ["Almaz Kunpeissov "] keywords = ["Black", "Sort imports", "analysis", "automation", "autopep8", "code", "flake8", "formatter", "gofmt", "lint", "linter", "pyfmt", "pylint", "python", "remove unused imports", "rustfmt", "static", "vulture", "yapf"] @@ -31,7 +31,7 @@ vulture = "==2.3.*" [tool.poetry.dev-dependencies] [tool.poetry.scripts] -cli_command_name = 'gadd:main' +gadd = 'gadd:main' [build-system] requires = ["poetry-core>=1.0.0"]