VOL-1449 Create docker images including pyvoltha
Creates a base and pyvoltha docker image with installed
using a newer version of pip. Also include the README.md
file as pip install needed it inside the docker build.
Change-Id: I5450de4a855ed40f2eb611c55726dfcba720f41f
diff --git a/MANIFEST.in b/MANIFEST.in
index c0f8fc5..4d08bc6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
-include requirements.txt license.txt VERSION
-recursive-include pyvoltha *.proto
\ No newline at end of file
+include requirements.txt license.txt VERSION README.md
+recursive-include pyvoltha *.proto