Skip to content

Commit 88a7d01

Browse files
committed
Merge pull request #55 from cwrowley/config
Build universal wheels
2 parents 841bc0c + 99bf586 commit 88a7d01

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.pyc
22
build/
33
dist/
4+
htmlcov/
45
.ropeproject/
56
MANIFEST
67
control/_version.py

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

0 commit comments

Comments
 (0)