Skip to content

Commit 52404b2

Browse files
committed
chore: capitalize Project-URL labels
1 parent 746f7a0 commit 52404b2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

changelog.d/+4de488ed.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Capitalize `Project-URL` labels in `pyproject.toml`.

template/pyproject.toml.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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' -%}
7878
scripts.{{ distribution_name }} = "{{ package_name }}.cli:app"
7979
{% elif cli -%}

0 commit comments

Comments
 (0)