Skip to content

Commit

Permalink
Long description
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Mar 23, 2021
1 parent b011c4d commit a87e8c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_namespace_packages, setup

with open("README.rst") as readme_file:
with open("README.md") as readme_file:
readme = readme_file.read()

with open("requirements.txt") as f:
Expand Down Expand Up @@ -37,6 +37,8 @@
"Programming Language :: Python :: 3.8",
],
description="hdf5/split-dataset file reader for napari",
long_description=readme,
long_description_content_type="text/markdown",
extras_require=dict(dev=requirements_dev),
entry_points={
"napari.plugin": ["split-dataset = napari_split_dataset"],
Expand Down

0 comments on commit a87e8c2

Please sign in to comment.