eve-val/evelink

Unnecessary `gae-application` line in setup.cfg breaks readme on py3

ayust opened this issue · 0 comments

ayust commented

Split off from #232 - right now setup.cfg has both where and gae-application lines set to tests/, but gae-application automatically defaults to the value of where anyways and on Python 3, NoseGAE isn't installed so nosetests throws an error. We can trivially fix this by just removing the gae-application line.