From b0399d04e5a517cc7aaab7e26644bcc2566ee9dc Mon Sep 17 00:00:00 2001 From: Stefan Schneider <28340802+stefanbschneider@users.noreply.github.com> Date: Thu, 4 May 2023 22:05:50 +0200 Subject: [PATCH] Add long description in setup (#212) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 6d6fe5aa2..211cef441 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,8 @@ version='2.2.0', 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", url='https://github.com/RealVNF/coord-sim', author='Stefan Schneider', package_dir={'': 'src'},