File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
include LICENSE
3
3
4
4
# Include readme file
5
- include README.rst
5
+ include README.md
6
6
7
7
# Include the data files
8
8
# recursive-include data *
9
9
10
10
# If using Python 2.6 or less, then have to include package data, even though
11
11
# it's already declared in setup.py
12
- # include sample/*.dat
12
+ # include sample/*.dat
Original file line number Diff line number Diff line change 11
11
here = path .abspath (path .dirname (__file__ ))
12
12
13
13
# Get the long description from the README file
14
- with open (path .join (here , 'README.rst ' ), encoding = 'utf-8' ) as f :
14
+ with open (path .join (here , 'README.md ' ), encoding = 'utf-8' ) as f :
15
15
long_description = f .read ()
16
16
17
17
# Get the version number from the version.py file
28
28
29
29
description = 'The WFDB Python Toolbox' ,
30
30
long_description = long_description ,
31
+ long_description_content_type = "text/markdown" ,
31
32
32
33
# The project's main homepage.
33
34
url = 'https://github.com/MIT-LCP/wfdb-python' ,
You can’t perform that action at this time.
0 commit comments