Skip to content

Commit 6666337

Browse files
committed
Fix typo
1 parent ef69760 commit 6666337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
8282
name="GitPython",
8383
cmdclass={"build_py": build_py, "sdist": sdist},
8484
version=VERSION,
85-
description="""GitPython is a python library used to interact with Git repositories""",
85+
description="GitPython is a Python library used to interact with Git repositories",
8686
author="Sebastian Thiel, Michael Trier",
8787
8888
license="BSD",
@@ -95,7 +95,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
9595
install_requires=requirements,
9696
tests_require=requirements + test_requirements,
9797
zip_safe=False,
98-
long_description="""GitPython is a python library used to interact with Git repositories""",
98+
long_description="""GitPython is a Python library used to interact with Git repositories""",
9999
long_description_content_type="text/markdown",
100100
classifiers=[
101101
# Picked from

0 commit comments

Comments
 (0)