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 22include LICENSE
33
44# Include readme file
5- include README.rst
5+ include README.md
66
77# Include the data files
88# recursive-include data *
99
1010# If using Python 2.6 or less, then have to include package data, even though
1111# 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 1111here = path .abspath (path .dirname (__file__ ))
1212
1313# 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 :
1515 long_description = f .read ()
1616
1717# Get the version number from the version.py file
2828
2929 description = 'The WFDB Python Toolbox' ,
3030 long_description = long_description ,
31+ long_description_content_type = "text/markdown" ,
3132
3233 # The project's main homepage.
3334 url = 'https://github.com/MIT-LCP/wfdb-python' ,
You can’t perform that action at this time.
0 commit comments