fix(pyproject): Restore packages location (#7511)

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
Prowler Bot
2025-04-14 23:47:53 +02:00
committed by GitHub
parent d7b024b460
commit 01ed65fcf8
+4 -4
View File
@@ -62,10 +62,6 @@ description = "Prowler is an Open Source security tool to perform AWS, GCP and A
license = "Apache-2.0"
maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"}]
name = "prowler"
packages = [
{include = "prowler"},
{include = "dashboard"}
]
readme = "README.md"
requires-python = ">3.9.1,<3.13"
version = "5.5.1"
@@ -80,6 +76,10 @@ prowler = "prowler.__main__:prowler"
"Issue tracker" = "https://github.com/prowler-cloud/prowler/issues"
[tool.poetry]
packages = [
{include = "prowler"},
{include = "dashboard"}
]
requires-poetry = ">=2.0"
[tool.poetry.group.dev.dependencies]