We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d8ba9 commit f17f748Copy full SHA for f17f748
setup.py
@@ -23,7 +23,7 @@ def parse_requirements(file: Path) -> list[str]:
23
version=version_from_git(root=here, dev_template="{tag}.post{ccount}"),
24
author="dolfinus",
25
author_email="martinov.m.s.8@gmail.com",
26
- 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",
27
license="MIT",
28
long_description=long_description,
29
long_description_content_type="text/x-rst",
0 commit comments