File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ def test_rendered_project(cookies: Any) -> None:
9797 project_description = (
9898 'This is a test project called "test-baked-cookie"'
9999 ),
100+ github_user = "ness" ,
100101 ),
101102 )
102103
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ version = "0.0.0"
88description = " {{ cookiecutter.project_description|replace('" ', '\\\"') }}"
99license = " GPL-3.0-or-later"
1010authors = [" {{ cookiecutter.author_name }} <{{ cookiecutter.author_email }}>" ]
11- readme = " README.md"
11+ readme = " README.md" {% if cookiecutter.github_user %}
12+ repository = " https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.project_name }}" {% endif %}
1213classifiers = [
1314 " Development Status :: 1 - Planning" ,
1415 " Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments