From 6131079494b033b6735514b00204e1a9b7809c6a Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 7 Nov 2023 00:13:56 -0800 Subject: [PATCH] Rename long-description-content-type in setup.cfg Signed-off-by: Alex Forencich --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6405835..65dea13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ project_urls = Source Code = https://github.com/alexforencich/cocotbext-eth download_url = https://github.com/alexforencich/cocotbext-eth/tarball/master long_description = file: README.md -long-description-content-type = text/markdown +long_description_content_type = text/markdown platforms = any classifiers = Development Status :: 3 - Alpha