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

Commit

Permalink
build universal wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
reverbc committed May 19, 2020
1 parent 06d8dec commit 87b986b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ __pycache__/
build/
sandbox/**/*.py
Pipfile*
dist/
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ test = pytest
[tool:pytest]
addopts = --verbose
python_files = tests/test_*.py

[bdist_wheel]
universal = 1

0 comments on commit 87b986b

Please sign in to comment.