File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 20
20
__author__ = "Stian Soiland-Reyes <https://orcid.org/0000-0001-9842-9718>"
21
21
__copyright__ = "© 2018 Software Freedom Conservancy (SFC)"
22
22
__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 26
26
27
27
here = path .abspath (path .dirname (__file__ ))
28
28
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 ()
31
31
32
- long_description = """
33
- cwlprov API for Python
34
- """
35
32
import cwlprov
36
33
37
34
setup (
40
37
version = cwlprov .__version__ ,
41
38
description = 'cwlprov API for Python' ,
42
39
long_description = long_description ,
40
+ long_description_content_type = "text/markdown" ,
43
41
author = 'Stian Soiland-Reyes' ,
44
42
author_email = '[email protected] ' ,
45
43
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments