We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
long_description_content_type
1 parent 86e61ae commit 3282d2dCopy full SHA for 3282d2d
setup.py
@@ -55,10 +55,11 @@
55
"Programming Language :: Python :: 3.9",
56
"Programming Language :: Python :: 3.10",
57
],
58
- description="Python Boilerplate contains all the boilerplate you need to create a Python package.",
+ description="Graph Based Imputation",
59
install_requires=requirements,
60
license="LGPL 3.0",
61
long_description=readme + "\n\n" + history,
62
+ long_description_content_type="text/markdown",
63
include_package_data=True,
64
keywords="grim",
65
packages=find_packages(include=["grim"]),
0 commit comments