Skip to content

Commit 18654dd

Browse files
committed
long description'
1 parent 25bc9e1 commit 18654dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@
88
with open(os.path.join(here, name, "_version.py")) as f:
99
exec(f.read(), {}, version_ns)
1010

11+
with open(os.path.join(here, "README.md")) as f:
12+
description = f.read()
13+
1114
setup(
1215
name=name,
1316
version=version_ns["__version__"],
1417
author="Jupyter Development Team",
1518
author_email="[email protected]",
1619
description="Jupyter Sphinx Extensions",
20+
long_description=description,
21+
long_description_content_type='text/markdown',
1722
url="https://github.com/jupyter/jupyter-sphinx/",
1823
project_urls={
1924
"Bug Tracker": "https://github.com/jupyter/jupyter-sphinx/issues/",

0 commit comments

Comments
 (0)