Skip to content

Commit

Permalink
feat: set package-mode to false for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Aug 26, 2024
1 parent 2442690 commit 2f60a73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/access_review/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Daniel Grittner <[email protected]>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
Expand Down
1 change: 1 addition & 0 deletions examples/alert_handling/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Daniel Grittner <[email protected]>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
Expand Down
1 change: 1 addition & 0 deletions examples/vulnerability_monitoring/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Daniel Grittner <[email protected]>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 2f60a73

Please sign in to comment.