We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890152f commit 6dffef4Copy full SHA for 6dffef4
setup.py
@@ -15,6 +15,7 @@
15
name = 'jupyter_server',
16
description = 'The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.',
17
long_description = README,
18
+ long_description_content_type='text/markdown',
19
version = VERSION,
20
packages = find_packages('.'),
21
include_package_data = True,
0 commit comments