Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6666337

Browse files
committed
Fix typo
1 parentef69760 commit6666337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.py

Lines changed: 2 additions & 2 deletions
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 apython library used to interact with Git repositories""",
85+
description="GitPython is aPython library used to interact with Git repositories",
8686
author="Sebastian Thiel, Michael Trier",
8787
author_email="byronimo@gmail.com, mtrier@gmail.com",
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 apython library used to interact with Git repositories""",
98+
long_description="""GitPython is aPython library used to interact with Git repositories""",
9999
long_description_content_type="text/markdown",
100100
classifiers=[
101101
# Picked from

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp