Skip to content

Commit cd379d7

Browse files
Fix a small typo in the package description (#116)
1 parent 76d8ba9 commit cd379d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ setuptools-git-versioning
2424
:target: https://results.pre-commit.ci/latest/github/dolfinus/setuptools-git-versioning/master
2525

2626
Use git repo data (latest tag, current commit hash, etc) for building a
27-
version number according :pep:`440`.
27+
version number according to :pep:`440`.
2828

2929
**Features:**
3030

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def parse_requirements(file: Path) -> list[str]:
2323
version=version_from_git(root=here, dev_template="{tag}.post{ccount}"),
2424
author="dolfinus",
2525
author_email="[email protected]",
26-
description="Use git repo data for building a version number according PEP-440",
26+
description="Use git repo data for building a version number according to PEP-440",
2727
license="MIT",
2828
long_description=long_description,
2929
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)