Cleanup setup.cfg build settings

We don't need the m4 files in the python package. Also, this is pure
python so should be universal wheels. Also, we don't need to mention the
package name since it's the same as the module name.

Change-Id: Ic20fe9de35e1b7256e4b4cea394c8de3b7721530
This commit is contained in:
Monty Taylor 2016-11-07 10:39:11 -06:00
parent 2b5aa82b70
commit 641c2774de
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,7 @@ include ChangeLog
include oaktreemodel/*pb2.py
exclude .gitignore
exclude .gitreview
exclude m4/*
global-exclude *.pyc
global-exclude *.go

View File

@ -19,6 +19,5 @@ classifier =
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =
oaktree_model
[wheel]
universal = 1