Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
long description'
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 29, 2020
1 parent 25bc9e1 commit 18654dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
with open(os.path.join(here, name, "_version.py")) as f:
exec(f.read(), {}, version_ns)

with open(os.path.join(here, "README.md")) as f:
description = f.read()

setup(
name=name,
version=version_ns["__version__"],
author="Jupyter Development Team",
author_email="[email protected]",
description="Jupyter Sphinx Extensions",
long_description=description,
long_description_content_type='text/markdown',
url="https://github.com/jupyter/jupyter-sphinx/",
project_urls={
"Bug Tracker": "https://github.com/jupyter/jupyter-sphinx/issues/",
Expand Down

0 comments on commit 18654dd

Please sign in to comment.