diff --git a/prowler.py b/prowler-cli.py similarity index 100% rename from prowler.py rename to prowler-cli.py diff --git a/pyproject.toml b/pyproject.toml index 8bfb4516bd..44ce5b58af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "poetry.core.masonry.api" -requires = ["poetry-core"] +requires = ["poetry-core>=2.0"] # https://peps.python.org/pep-0621/ [project]