Skip to content

Commit

Permalink
Added package
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Sep 17, 2024
1 parent 2b63386 commit a7a97d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ description = "Placeholder for legacy CrowdStrike pipeline project obsoleted by
authors = ["Thomas Patzke <[email protected]>"]
license = "LGPL-2.1-only"
readme = "README.md"
packages = [
{ include = "sigma" }
]

[tool.poetry.dependencies]
python = "^3.8"
pysigma-backend-crowdstrike = "*"


[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"

Expand Down
1 change: 1 addition & 0 deletions sigma/pipelines/crowdstrike_stub/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pass

0 comments on commit a7a97d8

Please sign in to comment.