Adding MANIFEST.in and fixing .gitreview

Bit-rot from no development going on has led to some problems. The
.gitrview file points at the old named repo. MANIFEST.in is needed to
make sure we have README.md to satisfy setup.cfg using it for the long
description.

Change-Id: I9ba5b2c1eda349b26d24833ebd5cbd5244584311
This commit is contained in:
Clint Byrum 2013-07-17 01:52:26 -07:00
parent 9d9dfa69d0
commit 40f7da49ed
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/os-config-applier.git
project=stackforge/os-apply-config.git

7
MANIFEST.in Normal file
View File

@ -0,0 +1,7 @@
include AUTHORS
include ChangeLog
include README.md
exclude .gitignore
exclude .gitreview
global-exclude *.pyc