From 3baa9af6d794a42d5c73ba86b88362deaae64f2d Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Joseph Date: Tue, 20 May 2014 11:53:48 -0700 Subject: [PATCH] Add MANIFEST.in to include addl files in sdist pkg In order to successfully run now, setup.py needs to have the README.md file and others in the sdist package. Adding the MANIFEST.in file so that thes files get included. Change-Id: I0c11f776c942e292b002f6424c861f8d11f66f30 --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..56fcfa3 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include README.md +include reviewday/report.html +recursive-include reviewday/report_files *