Commit Graph

5 Commits

Author SHA1 Message Date
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
Roland Geider
e5e0a28889 Move tasks file to wger folder
This is really just needed so as to more easily make the packaged (pypi)
version work. The 'invoke' command (which is mapped to 'wger' when packaged or
installed via pip) needs a tasks.py file. Since the wger folder gets installed
as a python package, it is easier if we just move that file there as well.
2016-02-26 23:33:24 +01:00
Roland Geider
8b66e936ba Update ignore lists with the new bower components 2015-08-31 15:19:06 +02:00
Roland Geider
7e535596f9 Fix configuration file
Turns out, python 2 throws an exception if there are spaces in front of the
option names.
2015-02-17 17:46:14 +01:00
Roland Geider
3189927f88 Fix pep8 errors
Also, move the settings for the pep8 checks from the command line to a
configuration file, which is a better solution anyway.
2015-02-17 14:31:19 +01:00