diff --git a/setup.py b/setup.py index a98e1e4fc1..49598d707a 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ name = 'jupyter_server', description = 'The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.', long_description = README, + long_description_content_type='text/markdown', version = VERSION, packages = find_packages('.'), include_package_data = True,