File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Capitalize ` Project-URL ` labels in ` pyproject.toml ` .
Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ dependencies = [ ]
6666{% - endif %}
6767{% - endwith %}
6868{% - if docs %}
69- urls.changelog = "{{ documentation_url }}changelog/"
70- urls.documentation = "{{ documentation_url }}"
69+ urls.Changelog = "{{ documentation_url }}changelog/"
70+ urls.Documentation = "{{ documentation_url }}"
7171{% - else %}
72- urls.changelog = "{{ repository_url }}/blob/main/CHANGELOG.md"
72+ urls.Changelog = "{{ repository_url }}/blob/main/CHANGELOG.md"
7373{% - endif %}
74- urls.homepage = "{{ repository_url }}"
75- urls.issues = "{{ repository_url }}/issues"
76- urls.repository = "{{ repository_url }}"
74+ urls.Homepage = "{{ repository_url }}"
75+ urls.Issues = "{{ repository_url }}/issues"
76+ urls.Repository = "{{ repository_url }}"
7777{% if cli == 'typer' or cli == 'cyclopts' -%}
7878scripts.{{ distribution_name }} = "{{ package_name }}.cli:app"
7979{% elif cli -%}
You can’t perform that action at this time.
0 commit comments