Skip to content

Commit

Permalink
Fix description spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Dec 22, 2024
1 parent 6f28b69 commit fdccf48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cpp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cpp"
authors = [{name = "Tim Paine", email = "[email protected]"}]
description="A Python/C++ project template"
description = "A Python/C++ project template"
version = "0.1.0"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion js/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend="hatchling.build"
[project]
name = "{{project_name_formatted}}"
authors = [{name = "{{team}}", email = "{{email}}"}]
description="{{project_description}}"
description = "{{project_description}}"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend="hatchling.build"
[project]
name = "{{project_name_formatted}}"
authors = [{name = "{{team}}", email = "{{email}}"}]
description="{{project_description}}"
description = "{{project_description}}"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend="hatchling.build"
[project]
name = "{{project_name_formatted}}"
authors = [{name = "{{team}}", email = "{{email}}"}]
description="{{project_description}}"
description = "{{project_description}}"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "{{project_name_formatted}}"
authors = [{name = "{{team}}", email = "{{email}}"}]
description="{{project_description}}"
description = "{{project_description}}"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.1.0"
Expand Down

0 comments on commit fdccf48

Please sign in to comment.