Skip to content

Commit 17ca15c

Browse files
committed
Remove leading and trailing whitespace from the description.
1 parent 3dbfe3c commit 17ca15c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ contributing
44

55
.. start short_desc
66
7-
** Contributing guide for repo-helper and associated projects. **
7+
**Contributing guide for repo-helper and associated projects**
88

99
.. end short_desc

contributing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# __init__.py
44
"""
5-
Contributing guide for repo-helper and associated projects.
5+
Contributing guide for repo-helper and associated projects.
66
"""
77
#
88
# Copyright © 2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "whey"
55
[project]
66
name = "contributing"
77
version = "2021.0.0"
8-
description = " Contributing guide for repo-helper and associated projects. "
8+
description = "Contributing guide for repo-helper and associated projects"
99
readme = "README.rst"
1010
keywords = []
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ username: 'repo-helper'
88
assignee: 'domdfcoding'
99
version: '2021.0.0'
1010
license: 'MIT'
11-
short_desc: ' Contributing guide for repo-helper and associated projects. '
11+
short_desc: 'Contributing guide for repo-helper and associated projects'
1212

1313
use_whey: True
1414
docs_fail_on_warning: true

0 commit comments

Comments
 (0)