From 633928d1128b59aaf1a3b6f2e50c48b12b7d9ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 2 Jun 2021 20:05:58 +0200 Subject: [PATCH] switch to dashing setup.cfg --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b8d72bf..2ee2c9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,15 +2,15 @@ [metadata] version = 2.2 name = minijson -long-description = file: README.md -long-description-content-type = text/markdown; charset=UTF-8 +long_description = file: README.md +long_description_content_type = text/markdown; charset=UTF-8 author = Piotr MaĹlanka license_files = LICENSE author_email = piotr.maslanka@dronehub.ai description = A library for serializing JSON in a small binary format url = https://github.com/Dronehub/minijson -project-urls = +project_urls = Documentation = https://minijson.readthedocs.io/ Code = https://github.com/Dronehub/minijson Issue tracker = https://github.com/Dronehub/minijson/issues -- GitLab