File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ include ipython2cwl/templates/*
Original file line number Diff line number Diff line change 1
- __version__ = "0.1"
1
+ __version__ = "0.0. 1"
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ def get_version(rel_path):
29
29
version = get_version (f"{ name } /__init__.py" ),
30
30
packages = ['ipython2cwl' ],
31
31
package_dir = {'ipython2cwl' : 'ipython2cwl' },
32
- package_data = {'ipython2cwl' : ['ipython2cwl/templates/*' ]},
32
+ package_data = {'' : ['ipython2cwl/templates/*' ]},
33
+ include_package_data = True ,
33
34
author = 'Yannis Doukas' ,
34
35
35
36
description = 'Convert IPython Jupyter Notebooks to CWL tool' ,
@@ -63,4 +64,5 @@ def get_version(rel_path):
63
64
'ipython>=7.15.0'
64
65
],
65
66
test_suite = 'tests' ,
67
+ url = 'https://ipython2cwl.readthedocs.io/'
66
68
)
You can’t perform that action at this time.
0 commit comments