From 40f7da49ed2707b3563f4b8c58685ddf6bb91a32 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Wed, 17 Jul 2013 01:52:26 -0700 Subject: [PATCH] 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 --- .gitreview | 2 +- MANIFEST.in | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/.gitreview b/.gitreview index 2103afa..8979c60 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/os-config-applier.git +project=stackforge/os-apply-config.git diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..6ac4e7d --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,7 @@ +include AUTHORS +include ChangeLog +include README.md +exclude .gitignore +exclude .gitreview + +global-exclude *.pyc