Add universal flag to setup.cfg

We don't do C extension code, so our wheels can be flagged as universal.

Change-Id: I6e9057d5b8cc40470df9a82418ca3c3d92721595
This commit is contained in:
Monty Taylor 2018-10-12 09:29:05 -05:00
parent 32b8f58df0
commit 53278a873c
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[wheel]
universal = 1