Files
wger/setup.cfg
Roland Geider 2416854996 Set universal flag in setup.cfg
This is a pure python package and was being packaged (e.g. to pypi) like this
anyway.
2016-03-01 12:30:47 +01:00

8 lines
131 B
INI

[bdist_wheel]
universal = 1
[pep8]
exclude = urls.py,tasks.py,*migrations*,*bower_components*
max-line-length = 100
ignore = W503