mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
fix(pyproject): Restore packages location (#7510)
This commit is contained in:
@@ -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.6.0"
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user