diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..fed528d4a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..72835c841 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[metadata] +name = detection_rules +license = Elastic License v2 +license_file = LICENSE.txt