Skip to content

Commit 6dffef4

Browse files
committed
Fix long description
1 parent 890152f commit 6dffef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
name = 'jupyter_server',
1616
description = 'The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.',
1717
long_description = README,
18+
long_description_content_type='text/markdown',
1819
version = VERSION,
1920
packages = find_packages('.'),
2021
include_package_data = True,

0 commit comments

Comments
 (0)