File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed 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 = [ ]
66
66
{% - endif %}
67
67
{% - endwith %}
68
68
{% - if docs %}
69
- urls.changelog = "{{ documentation_url }}changelog/"
70
- urls.documentation = "{{ documentation_url }}"
69
+ urls.Changelog = "{{ documentation_url }}changelog/"
70
+ urls.Documentation = "{{ documentation_url }}"
71
71
{% - else %}
72
- urls.changelog = "{{ repository_url }}/blob/main/CHANGELOG.md"
72
+ urls.Changelog = "{{ repository_url }}/blob/main/CHANGELOG.md"
73
73
{% - 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 }}"
77
77
{% if cli == 'typer' or cli == 'cyclopts' -%}
78
78
scripts.{{ distribution_name }} = "{{ package_name }}.cli:app"
79
79
{% elif cli -%}
You can’t perform that action at this time.
0 commit comments