File tree Expand file tree Collapse file tree
src/fair_python_cookiecutter/template/{{ cookiecutter.project_slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55name = " {{ cookiecutter.project_slug }}"
66version = " {{ cookiecutter.project_version }}"
77description = " {{ cookiecutter.project_description }}"
8- license = " {{ cookiecutter.project_license }}"
8+ license = { text = " {{ cookiecutter.project_license }}" }
99
1010authors = [{name = " {{ cookiecutter.author_first_name }} {{ cookiecutter.author_last_name }}" , email = " {{ cookiecutter.author_email }}" }]
1111maintainers = [{name = " {{ cookiecutter.author_first_name }} {{ cookiecutter.author_last_name }}" , email = " {{ cookiecutter.author_email }}" }]
@@ -99,7 +99,7 @@ black = "^24.4.2"
9999{%- endif %}
100100
101101[build-system ]
102- requires = [" poetry-core" ]
102+ requires = [" poetry-core>=2.0 " ]
103103build-backend = " poetry.core.masonry.api"
104104
105105# NOTE: You can run the following with "poetry poe TASK"
You can’t perform that action at this time.
0 commit comments