File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313[project ]
1414name = " cpp"
1515authors = [{name = " Tim Paine" , email = " t.paine154@gmail.com" }]
16- description = " A Python/C++ project template"
16+ description = " A Python/C++ project template"
1717version = " 0.1.0"
1818readme = " README.md"
1919license = { file = " LICENSE" }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend="hatchling.build"
88[project]
99name = "{{project_name_formatted}}"
1010authors = [{name = "{{team}}", email = "{{email}}"}]
11- description= "{{project_description}}"
11+ description = "{{project_description}}"
1212readme = "README.md"
1313license = { text = "Apache-2.0" }
1414version = "0.1.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend="hatchling.build"
99[project]
1010name = " {{project_name_formatted}} "
1111authors = [{name = " {{team}} " , email = " {{email}} " }]
12- description= " {{project_description}} "
12+ description = " {{project_description}} "
1313readme = " README.md "
1414license = { text = " Apache-2.0 " }
1515version = " 0.1.0 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend="hatchling.build"
55[project]
66name = "{{project_name_formatted}}"
77authors = [{name = "{{team}}", email = "{{email}}"}]
8- description= "{{project_description}}"
8+ description = "{{project_description}}"
99readme = "README.md"
1010license = { text = "Apache-2.0" }
1111version = "0.1.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "maturin"
55[project]
66name = " {{project_name_formatted}} "
77authors = [{name = " {{team}} " , email = " {{email}} " }]
8- description= " {{project_description}} "
8+ description = " {{project_description}} "
99readme = " README.md "
1010license = { text = " Apache-2.0 " }
1111version = " 0.1.0 "
You can’t perform that action at this time.
0 commit comments