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'},