File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ setuptools-git-versioning
2424 :target: https://results.pre-commit.ci/latest/github/dolfinus/setuptools-git-versioning/master
2525
2626Use 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments