morepath / morepath-cookiecutter

A Cookiecutter Template for Morepath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install_requires a bit ugly

faassen opened this issue · comments

I see this in the generated setup.py:

    install_requires=[
        'morepath','more.chameleon'
    ],

which isn't super-pretty. Is it possible to add some whitespace so they're both on separate lines?

I thought I'd get away with that. Jinja2's whitespace handling is not the greatest ;)