Skip to content

Commit 3282d2d

Browse files
committed
Added long_description_content_type to setup.py
1 parent 86e61ae commit 3282d2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@
5555
"Programming Language :: Python :: 3.9",
5656
"Programming Language :: Python :: 3.10",
5757
],
58-
description="Python Boilerplate contains all the boilerplate you need to create a Python package.",
58+
description="Graph Based Imputation",
5959
install_requires=requirements,
6060
license="LGPL 3.0",
6161
long_description=readme + "\n\n" + history,
62+
long_description_content_type="text/markdown",
6263
include_package_data=True,
6364
keywords="grim",
6465
packages=find_packages(include=["grim"]),

0 commit comments

Comments
 (0)