Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 87b986b

Browse files
committed
build universal wheel
1 parent 06d8dec commit 87b986b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__/
44
build/
55
sandbox/**/*.py
66
Pipfile*
7+
dist/

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ test = pytest
44
[tool:pytest]
55
addopts = --verbose
66
python_files = tests/test_*.py
7+
8+
[bdist_wheel]
9+
universal = 1

0 commit comments

Comments
 (0)