@@ -82,7 +82,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
82
82
name = "GitPython" ,
83
83
cmdclass = {"build_py" :build_py ,"sdist" :sdist },
84
84
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" ,
86
86
author = "Sebastian Thiel, Michael Trier" ,
87
87
author_email = "byronimo@gmail.com, mtrier@gmail.com" ,
88
88
license = "BSD" ,
@@ -95,7 +95,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
95
95
install_requires = requirements ,
96
96
tests_require = requirements + test_requirements ,
97
97
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""" ,
99
99
long_description_content_type = "text/markdown" ,
100
100
classifiers = [
101
101
# Picked from