Skip to content

Commit 0522596

Browse files
author
Andriy Brukhovetskyy
committed
pyproject
1 parent 9d3daae commit 0522596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ yara-python = {version = ">=4.1.0", extras = ["shellcode"], optional = true }
2424
mock = {version = ">=5.1.0", extras = ["dev"], optional = true }
2525
pytest = {version = ">=8.2.2", extras = ["dev"], optional = true }
2626

27+
[tool.distutils.bdist_wheel]
28+
universal = true
2729

2830
[tool.poetry.extras]
2931
shellcode = ["unicorn", "yara-python"]

0 commit comments

Comments
 (0)