Skip to content

Commit f17f748

Browse files
Fix a small typo in the package description
1 parent 76d8ba9 commit f17f748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="martinov.m.s.8@gmail.com",
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)