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):
2929 version = get_version (f"{ name } /__init__.py" ),
3030 packages = ['ipython2cwl' ],
3131 package_dir = {'ipython2cwl' : 'ipython2cwl' },
32- package_data = {'ipython2cwl' : ['ipython2cwl/templates/*' ]},
32+ package_data = {'' : ['ipython2cwl/templates/*' ]},
33+ include_package_data = True ,
3334 author = 'Yannis Doukas' ,
3435 author_email = 'giannisdoukas2311@gmail.com' ,
3536 description = 'Convert IPython Jupyter Notebooks to CWL tool' ,
@@ -63,4 +64,5 @@ def get_version(rel_path):
6364 'ipython>=7.15.0'
6465 ],
6566 test_suite = 'tests' ,
67+ url = 'https://ipython2cwl.readthedocs.io/'
6668)
You can’t perform that action at this time.
0 commit comments