Set universal flag in setup.cfg

This is a pure python package and was being packaged (e.g. to pypi) like this
anyway.
This commit is contained in:
Roland Geider
2016-03-01 12:30:47 +01:00
parent ea8246ad0e
commit 2416854996

View File

@@ -1,3 +1,6 @@
[bdist_wheel]
universal = 1
[pep8]
exclude = urls.py,tasks.py,*migrations*,*bower_components*
max-line-length = 100