Skip to content

Commit 9cd7ddb

Browse files
committed
Improve the 'long_description' displayed on pypi
1 parent 6fc11e6 commit 9cd7ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -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=long_description,
9999
long_description_content_type="text/markdown",
100100
classifiers=[
101101
# Picked from

0 commit comments

Comments
 (0)