From a7a97d8a507ac0b4a4653219fd07a7a625be512d Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Wed, 18 Sep 2024 00:21:49 +0200 Subject: [PATCH] Added package --- pyproject.toml | 4 +++- sigma/pipelines/crowdstrike_stub/__init__.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 sigma/pipelines/crowdstrike_stub/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 0b26e35..16d023b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,12 +5,14 @@ description = "Placeholder for legacy CrowdStrike pipeline project obsoleted by authors = ["Thomas Patzke "] 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" diff --git a/sigma/pipelines/crowdstrike_stub/__init__.py b/sigma/pipelines/crowdstrike_stub/__init__.py new file mode 100644 index 0000000..fc80254 --- /dev/null +++ b/sigma/pipelines/crowdstrike_stub/__init__.py @@ -0,0 +1 @@ +pass \ No newline at end of file