Skip to content

Commit

Permalink
Improve the 'long_description' displayed on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
eUgEntOptIc44 committed Jul 5, 2023
1 parent 6fc11e6 commit 9cd7ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
install_requires=requirements,
tests_require=requirements + test_requirements,
zip_safe=False,
long_description="""GitPython is a Python library used to interact with Git repositories""",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
# Picked from
Expand Down

0 comments on commit 9cd7ddb

Please sign in to comment.