From b1cc6a5c63346a4d7099f3a7700ffd8420c7cd67 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 28 May 2024 10:38:43 +0100 Subject: [PATCH] Fix validation checks for build distributions --- README.rst | 2 -- setup.cfg | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2ee1ad9..ed73232 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,6 @@ Glue plugin for 3D viewers using VisPy ====================================== -|Actions Status| |Coverage Status| - Requirements ------------ diff --git a/setup.cfg b/setup.cfg index f7e07d6..f6a3459 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,7 @@ author = Thomas Robitaille, Penny Qian, and Maxwell Tsai author_email = glueviz@gmail.com description = Vispy-based viewers for Glue long_description = file: README.rst +long_description_content_type = text/x-rst [options] zip_safe = True