aboutsummaryrefslogtreecommitdiffstats
path: root/assembly.xml
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2017-08-01 15:01:24 +0800
committerLianhao Lu <lianhao.lu@intel.com>2017-08-18 09:40:59 +0800
commit627f62ce7504269b830827f7f7600bc52393e176 (patch)
treed04e33263e9e6c2dda41aa846792de8ac571f830 /assembly.xml
parentf409622637b4a9777e12323656fc5876d12d2c6c (diff)
Unified dependency requirement into single file
Use the requirements.txt as the single file to include all the dependencies. This is to unblock the jenkins verify job failure. Change-Id: If68b61826bfe8d32d08e59d9b67a8791cc878833 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Issue-Id: VNFSDK-69
Diffstat (limited to 'assembly.xml')
-rw-r--r--assembly.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/assembly.xml b/assembly.xml
index ef7078e..f6f5ab9 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -26,7 +26,8 @@ under the License.
<includes>
<include>COPYRIGHT</include>
<include>LICENSE</include>
- <include>setup.py</include>
+ <include>setup.py</include>
+ <include>MANIFEST.in</include>
<include>Makefile</include>
<include>cli/**</include>
<include>packager/**</include>