Skip to content

Commit 9a8a7b0

Browse files
authored
Fix Description (#77)
1 parent a60f9fb commit 9a8a7b0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@
4848
}
4949

5050
description = "Search, download, and prepare atlas data."
51-
long_description = """ Among different sources of data, Allen Brain Institute
51+
long_description = """
52+
Among different sources of data, Allen Brain Institute
5253
hosts a rich database of gene expression images, Nissl volumes, and annotation atlases.
5354
The Atlas-Download-Tools library can help you to download single section images
5455
and entire datasets, as well as the corresponding metadata. It can further
55-
pre-process the image data to place it in the standard reference space."""
56+
pre-process the image data to place it in the standard reference space.
57+
"""
5658

5759
setup(
5860
name="atldld",
@@ -71,6 +73,7 @@
7173
entry_points={"console_scripts": ["atldld = atldld.cli:root"]},
7274
description=description,
7375
long_description=long_description,
76+
long_description_content_type="text/x-rst",
7477
license="LGPLv3",
7578
classifiers=[
7679
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",

0 commit comments

Comments
 (0)