File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY . dislib/
5
5
6
6
ENV PYTHONPATH=$PYTHONPATH:/dislib
7
7
ENV LC_ALL=C.UTF-8
8
- RUN python3 -m pip install --upgrade -r /dislib/requirements.txt
8
+ RUN python3 -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -- upgrade -r /dislib/requirements.txt
9
9
10
10
ENV COMPSS_LOAD_SOURCE false
11
11
Original file line number Diff line number Diff line change
1
+ include VERSION
2
+ include requirements.txt
3
+ include README.md
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def parse_requirements():
32
32
'Source' : 'https://github.com/bsc-wdc/dislib' ,
33
33
'Tracker' : 'https://github.com/bsc-wdc/dislib/issues' ,
34
34
},
35
- packages = setuptools .find_packages (),
35
+ packages = setuptools .find_packages (exclude = [ 'tests' , 'tests.*' ] ),
36
36
classifiers = [
37
37
"Programming Language :: Python :: 3 :: Only" ,
38
38
"License :: OSI Approved :: Apache Software License" ,
You can’t perform that action at this time.
0 commit comments