We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3daae commit 0522596Copy full SHA for 0522596
pyproject.toml
@@ -24,6 +24,8 @@ yara-python = {version = ">=4.1.0", extras = ["shellcode"], optional = true }
24
mock = {version = ">=5.1.0", extras = ["dev"], optional = true }
25
pytest = {version = ">=8.2.2", extras = ["dev"], optional = true }
26
27
+[tool.distutils.bdist_wheel]
28
+universal = true
29
30
[tool.poetry.extras]
31
shellcode = ["unicorn", "yara-python"]
0 commit comments