File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,6 @@ hosting_provider:
7272 - netlify
7373 - gh-pages
7474
75- homepage :
76- type : str
77- help : " What is the homepage of your project?"
78- default : " {{ 'https://%s.seedcase-project.org' % github_repo if is_seedcase_project else '' }}"
79-
8075author_given_name :
8176 type : str
8277 help : " What is your first/given name?"
@@ -116,3 +111,8 @@ copyright_year:
116111 type : str
117112 default : " {{ copyright_year | default('%Y' | strftime) }}"
118113 when : false
114+
115+ homepage :
116+ type : str
117+ default : " https://{{ github_repo }}.{{ github_user }}.org"
118+ when : false
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ keywords:
2121license: MIT
2222message: "If you use this Python package, please cite it using these metadata."
2323repository-code: "https://github.com/{{ github_repo_spec }}"
24+ # TODO: Confirm URL
2425url: "{{ homepage }}"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ requires-python = ">=3.12"
1818dependencies = []
1919
2020[project.urls]
21+ # TODO: Confirm URL
2122homepage = "{{ homepage }}"
2223repository = "https://github.com/{{ github_repo_spec }}"
2324changelog = "https://github.com/{{ github_repo_spec }}/blob/main/CHANGELOG.md"
You can’t perform that action at this time.
0 commit comments