From 5ce79fd4cf740044f314ce36246276119502cd05 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 8 May 2013 19:51:05 -0400 Subject: [PATCH] Add missing files to the tarball. Change-Id: Ie09661763663d73d3e482c32b64c10a59ae055e9 Reviewed-on: https://review.openstack.org/28641 Reviewed-by: Clark Boylan Approved: Jeremy Stanley Reviewed-by: Jeremy Stanley Tested-by: Jenkins --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 0aceb713..77130c7d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,12 @@ include AUTHORS include ChangeLog +include CONTRIBUTING.rst +include LICENSE include README.rst include requirements.txt include test-requirements.txt +include tox.ini +recursive-include doc * exclude .gitignore exclude .gitreview