File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
.. image :: https://travis-ci.org/diffpy/diffpy.srreal.svg?branch=master
2
2
:target: https://travis-ci.org/diffpy/diffpy.srreal
3
3
4
- .. image :: http ://codecov.io/github /diffpy/diffpy.srreal/coverage.svg? branch= master
5
- :target: http ://codecov.io/github /diffpy/diffpy.srreal?branch=master
4
+ .. image :: https ://codecov.io/gh /diffpy/diffpy.srreal/branch/ master/graph/badge.svg
5
+ :target: https ://codecov.io/gh /diffpy/diffpy.srreal
6
6
7
7
diffpy.srreal
8
8
========================================================================
Original file line number Diff line number Diff line change @@ -137,6 +137,9 @@ def getversioncfg():
137
137
138
138
versiondata = getversioncfg ()
139
139
140
+ with open (os .path .join (MYDIR , 'README.rst' )) as fp :
141
+ long_description = fp .read ()
142
+
140
143
# define distribution
141
144
setup_args = dict (
142
145
name = "diffpy.srreal" ,
@@ -157,6 +160,8 @@ def getversioncfg():
157
160
maintainer_email = "[email protected] " ,
158
161
description = ("calculators for PDF, bond valence sum, and other "
159
162
"quantities based on atom pair interaction." ),
163
+ long_description = long_description ,
164
+ long_description_content_type = 'text/x-rst' ,
160
165
license = 'BSD-style license' ,
161
166
url = "https://github.com/diffpy/diffpy.srreal/" ,
162
167
keywords = "PDF BVS atom overlap calculator real-space" ,
You can’t perform that action at this time.
0 commit comments