1616with open ('test-requirements.txt' )as reqs_file :
1717test_requirements = reqs_file .read ().splitlines ()
1818
19+ with open ('README.md' )as rm_file :
20+ long_description = rm_file .read ()
1921
2022class build_py (_build_py ):
2123
@@ -82,7 +84,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
8284name = "GitPython" ,
8385cmdclass = {'build_py' :build_py ,'sdist' :sdist },
8486version = VERSION ,
85- description = "Python GitLibrary " ,
87+ description = """GitPython is a python library used to interact with Gitrepositories"" " ,
8688author = "Sebastian Thiel, Michael Trier" ,
8789author_email = "byronimo@gmail.com, mtrier@gmail.com" ,
8890license = "BSD" ,
@@ -96,6 +98,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
9698tests_require = requirements + test_requirements ,
9799zip_safe = False ,
98100long_description = """GitPython is a python library used to interact with Git repositories""" ,
101+ long_description_content_type = "text/markdown" ,
99102classifiers = [
100103# Picked from
101104# http://pypi.python.org/pypi?:action=list_classifiers