From f2bf8c0ed8813974fc1dfef7b835233468ab6b90 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sun, 13 Aug 2023 13:24:33 -0700 Subject: [PATCH] Fix deprecated option name Signed-off-by: Alex Forencich --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2d2fcc8..8fa9aa2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ project_urls = Source Code = https://github.com/alexforencich/cocotbext-axi download_url = https://github.com/alexforencich/cocotbext-axi/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