packages-formula/packages/files/pip.conf
2019-02-13 17:52:49 +01:00

6 lines
168 B
Text

{%- for section, settings in config.items()|sort -%}
[{{ section }}]
{%- for key, value in settings.items()|sort %}
{{ key }} = {{ value }}
{%- endfor %}
{% endfor %}