We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c949878 + 9535e97 commit 57c11c7Copy full SHA for 57c11c7
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include gittaggers.py ez_setup.py Makefile cwltool.py
+include gittaggers.py Makefile cwltool.py
2
include tests/*
3
include tests/wf/*
4
include cwltool/schemas/v1.0/*.yml
cwltool_module.Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update -qq && apt-get install -qqy \
8
python-setuptools gcc python-dev
9
10
# Install cwltool
11
-ADD setup.py README.rst ez_setup.py cwltool/ /root/cwltool/
+ADD setup.py README.rst cwltool/ /root/cwltool/
12
ADD cwltool/ /root/cwltool/cwltool
13
ADD cwltool/schemas/ /root/cwltool/cwltool/schemas
14
-RUN cd /root/cwltool && ./ez_setup.py && easy_install .
+RUN cd /root/cwltool && python setup.py install
0 commit comments