File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ docs: FORCE
87
87
clean : check-python3 FORCE
88
88
rm -f ${MODULE} /* .pyc tests/* .pyc * .so ${MODULE} /* .so cwltool/cwlprov/* .so
89
89
rm -Rf ${MODULE} /__pycache__/
90
- python setup.py clean --all || true
90
+ rm -Rf build
91
91
rm -Rf .coverage
92
92
rm -f diff-cover.html
93
93
Original file line number Diff line number Diff line change 95
95
ext_modules = ext_modules ,
96
96
# platforms='', # empty as is conveyed by the classifier below
97
97
# license='', # empty as is conveyed by the classifier below
98
- packages = ["cwltool" , "cwltool.tests" , "cwltool.cwlprov" ],
98
+ packages = [
99
+ "cwltool" ,
100
+ "cwltool.cwlprov" ,
101
+ "cwltool.jshint" ,
102
+ "cwltool.rdfqueries" ,
103
+ "cwltool.schemas" ,
104
+ "cwltool.tests" ,
105
+ "cwltool.tests.checker_wf" ,
106
+ "cwltool.tests.input_deps" ,
107
+ "cwltool.tests.loop" ,
108
+ "cwltool.tests.override" ,
109
+ "cwltool.tests.reloc" ,
110
+ "cwltool.tests.subgraph" ,
111
+ "cwltool.tests.test_deps_env" ,
112
+ "cwltool.tests.test_deps_env.modulefiles" ,
113
+ "cwltool.tests.tmp1.tmp2.tmp3" ,
114
+ "cwltool.tests.tmp4.alpha" ,
115
+ "cwltool.tests.trs" ,
116
+ "cwltool.tests.wf" ,
117
+ "cwltool.tests.wf.generator" ,
118
+ "cwltool.tests.wf.indir" ,
119
+ "cwltool.tests.wf.operation" ,
120
+ ],
99
121
package_dir = {"cwltool.tests" : "tests" },
100
122
include_package_data = True ,
101
123
install_requires = [
You can’t perform that action at this time.
0 commit comments