Skip to content

Commit f40a7fa

Browse files
committed
Appended period to descriptions
1 parent 10c7933 commit f40a7fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

latin-locales/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "latin-locales"
1010
version = "1.0.4"
11-
description = "ISO 639-1 (2-letter) codes for Latin locales that don't require advanced Unicode support"
11+
description = "ISO 639-1 (2-letter) codes for Latin locales that don't require advanced Unicode support."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]

non-latin-locales/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "non-latin-locales"
1010
version = "1.0.5"
11-
description = "ISO 639-1 (2-letter) codes for non-Latin locales requiring advanced Unicode support"
11+
description = "ISO 639-1 (2-letter) codes for non-Latin locales requiring advanced Unicode support."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]

project-markers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "project-markers"
1010
version = "1.0.4"
11-
description = "List of files that indicate a project root"
11+
description = "List of files that indicate a project root."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]

0 commit comments

Comments
 (0)