Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setuptools-git-versioning
:target: https://results.pre-commit.ci/latest/github/dolfinus/setuptools-git-versioning/master

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

**Features:**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def parse_requirements(file: Path) -> list[str]:
version=version_from_git(root=here, dev_template="{tag}.post{ccount}"),
author="dolfinus",
author_email="martinov.m.s.8@gmail.com",
description="Use git repo data for building a version number according PEP-440",
description="Use git repo data for building a version number according to PEP-440",
license="MIT",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down
Loading