File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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 a python library used to interact with Git repositories"" " ,
85
+ description = "GitPython is a Python 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 a python library used to interact with Git repositories""" ,
98
+ long_description = """GitPython is a Python library used to interact with Git repositories""" ,
99
99
long_description_content_type = "text/markdown" ,
100
100
classifiers = [
101
101
# Picked from
You can’t perform that action at this time.
0 commit comments