From b020689a69b9843b63cb321314c2dc0feb59f8dc Mon Sep 17 00:00:00 2001 From: Stefan Schneider <28340802+stefanbschneider@users.noreply.github.com> Date: Thu, 4 May 2023 22:08:43 +0200 Subject: [PATCH] Fix long_description_content_type setup.py (#213) typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 211cef441..65fa7fe6a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ description='Simulate flow-level, inter-node network coordination including scaling and placement of services and ' 'scheduling/balancing traffic between them.', long_description=long_description, - long_description_type="text/markdown", + long_description_content_type="text/markdown", url='https://github.com/RealVNF/coord-sim', author='Stefan Schneider', package_dir={'': 'src'},