File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,16 @@ COPY share install/share/
132
132
# dist/* might not exist, so include README.txt so we don't get an error
133
133
# COPY README.txt dist/* install/dist/
134
134
135
- # verify source has one of two valid values then
136
- # install in python3 standard directories from local copy
137
- # or install in python3 standard directories from pypi using pip
135
+ # verify source has one of four valid values then
136
+ # install in python3 standard directories from:
137
+ # * local copy using setup.py
138
+ # * pypi using pip
139
+ # * local files using pip
140
+ # * pip using a pre-existing sdist built in original source tree: disabled
141
+ # * copy from dist/* fails if dist directory is missing breaking the
142
+ # Distfile. COPY used to ignore missing files if at least one
143
+ # existing file was copied 8-(.
144
+
138
145
# import from global/command line
139
146
ARG source
140
147
You can’t perform that action at this time.
0 commit comments