Skip to content

Commit

Permalink
Fix Description (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilieDel authored Sep 2, 2021
1 parent a60f9fb commit 9a8a7b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@
}

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

setup(
name="atldld",
Expand All @@ -71,6 +73,7 @@
entry_points={"console_scripts": ["atldld = atldld.cli:root"]},
description=description,
long_description=long_description,
long_description_content_type="text/x-rst",
license="LGPLv3",
classifiers=[
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
Expand Down

0 comments on commit 9a8a7b0

Please sign in to comment.