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
This commit is contained in:
Elizabeth Krumbach Joseph 2014-05-20 11:53:48 -07:00
parent 4a6dc9b4f9
commit 3baa9af6d7
1 changed files with 3 additions and 0 deletions

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include README.md
include reviewday/report.html
recursive-include reviewday/report_files *