Add pyproject.toml and setup.cfg (#1672)

* add pyproject.toml
* add setup.cfg

(cherry picked from commit 179ebb5bdb)
This commit is contained in:
Rick Boyd
2022-01-26 18:13:49 -05:00
committed by github-actions[bot]
parent ad1aaf27ed
commit 43dacc93ce
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
+4
View File
@@ -0,0 +1,4 @@
[metadata]
name = detection_rules
license = Elastic License v2
license_file = LICENSE.txt