Commit 9a8a7b0 1 parent a60f9fb commit 9a8a7b0 Copy full SHA for 9a8a7b0
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 48
48
}
49
49
50
50
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
52
53
hosts a rich database of gene expression images, Nissl volumes, and annotation atlases.
53
54
The Atlas-Download-Tools library can help you to download single section images
54
55
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
+ """
56
58
57
59
setup (
58
60
name = "atldld" ,
71
73
entry_points = {"console_scripts" : ["atldld = atldld.cli:root" ]},
72
74
description = description ,
73
75
long_description = long_description ,
76
+ long_description_content_type = "text/x-rst" ,
74
77
license = "LGPLv3" ,
75
78
classifiers = [
76
79
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
You can’t perform that action at this time.
0 commit comments