From 111263911e159b93c6efc9e274cc3c2e35343948 Mon Sep 17 00:00:00 2001 From: Yael Balbastre Date: Tue, 5 Jul 2022 10:12:07 -0400 Subject: [PATCH] MNT: set long description type --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 55b1780..91a9794 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ author = Yael Balbastre author_email = yael.balbastre@gmail.com description = High-order spline interpolation in PyTorch long_description = file:README.md +long_description_content_type = text/markdown platforms = OS Independent license = MIT license_file = LICENSE @@ -28,4 +29,4 @@ style = pep440 versionfile_source = interpol/_version.py versionfile_build = interpol/_version.py tag_prefix = -parentdir_prefix = \ No newline at end of file +parentdir_prefix =