From c90a1a1b6ba44581781db9f109e671601c31ec8b Mon Sep 17 00:00:00 2001 From: JJJ000 Date: Thu, 5 Jan 2023 00:25:28 -0800 Subject: [PATCH] fix error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8f5dd186..db2b217fb 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ def run(self): " of RMarkdowns, iPythons, and Markdowns, rendered and organized" " to magnify research impact across teams and time " ), + long_description_content_type="text/markdown", version=version_info["__version__"].split("_")[0], # remove git revision if present author=version_info["__author__"], author_email=version_info["__author_email__"], @@ -85,7 +86,6 @@ def run(self): "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",