File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2020__author__ = "Stian Soiland-Reyes <https://orcid.org/0000-0001-9842-9718>"
2121__copyright__ = "© 2018 Software Freedom Conservancy (SFC)"
2222__license__ = "Apache License, version 2.0 (https://www.apache.org/licenses/LICENSE-2.0)"
23- __version__ = "0.1.0 "
23+ __version__ = "0.1.1 "
Original file line number Diff line number Diff line change 2626
2727here = path .abspath (path .dirname (__file__ ))
2828
29- # with open(path.join(here, 'README.rst '), encoding='utf-8') as f:
30- # long_description = f.read()
29+ with open (path .join (here , 'README.md ' ), encoding = 'utf-8' ) as f :
30+ long_description = f .read ()
3131
32- long_description = """
33- cwlprov API for Python
34- """
3532import cwlprov
3633
3734setup (
4037 version = cwlprov .__version__ ,
4138 description = 'cwlprov API for Python' ,
4239 long_description = long_description ,
40+ long_description_content_type = "text/markdown" ,
4341 author = 'Stian Soiland-Reyes' ,
4442 author_email = '[email protected] ' ,
4543 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments