cookiecutter-django/{{cookiecutter.repo_name}}/runtime.txt
2015-09-18 19:07:09 +01:00

3 lines
68 B
Text

{% if cookiecutter.use_python2 == 'n' -%}
python-3.4.3
{%- endif %}