From 1eb52e2ade495780c11500270a0f8b49b4f70005 Mon Sep 17 00:00:00 2001 From: Justin Kiggins Date: Fri, 30 Apr 2021 16:09:00 -0700 Subject: [PATCH] fix description for pypi --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b73e6692d..fd2675ada 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,8 +12,8 @@ summary = Pipelines and pipeline components for the analysis of image-based tran author = Deep Ganguli author_email = dganguli@chanzuckerberg.com license = MIT -description-file = README.rst -description-content-type = text/x-rst; charset=UTF-8 +long_description = README.rst +long_description_content_type = text/x-rst; charset=UTF-8 home-page = https://spacetx-starfish.readthedocs.io/en/latest/ project_urls = Bug Tracker = https://github.com/spacetx/starfish/issues