From 4eac45a811c97ac454203f2cb4ce8047ab480473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Fri, 26 Jul 2024 08:32:41 -0700 Subject: [PATCH] Fix long_description_content_type and release 0.12.2b2 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7f506d33..4910fb38 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sdssdb -version = 0.12.2b1 +version = 0.12.2b2 author = José Sánchez-Gallego author_email = gallegoj@uw.edu description = SDSS product for database management @@ -9,7 +9,7 @@ project_urls = Repository = https://github.com/sdss/sdssdb Documentation = https://sdssdb.readthedocs.org long_description = file: README.md -long_description_content_type = text/x-rst +long_description_content_type = text/markdown keywords = astronomy, software, database license = BSD 3-Clause License license_file = LICENSE.md