configure universal wheels. fixes #81 [skip ci]

This commit is contained in:
Jason Madden 2016-06-28 14:37:12 -05:00
parent a93e06d40e
commit 8692f88ca0
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
include MANIFEST.in *.txt *.rst *.py *.patch
include MANIFEST.in *.txt *.rst *.py setup.cfg
recursive-include relstorage *.py *.xml *.txt
recursive-include doc *.py *.rst

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1