From e1e9e7d8d677a67e2659204af1baedcac9f8d97d Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Mon, 2 Apr 2012 10:38:06 -0700 Subject: [PATCH] bug 963152: add a few missing files to sdist tarball Change-Id: I36e98c98e09c8a91f1e2e2e15f833079ea6b377c --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7afd370d678..771d8ccded0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,10 @@ include README LICENSE TESTING include run_tests.py run_tests.sh include .pylintrc +include openstack-common.conf include bin/* graft doc/* +include doc/Makefile doc/pom.xml include etc/* include etc/init.d/* include etc/quantum/plugins/openvswitch/*.ini @@ -20,7 +22,7 @@ include quantum/plugins/openvswitch/tests/unit/*.txt include quantum/plugins/openvswitch/agent/xenserver_install.sh include tools/build_debs.sh include tools/clean.sh -include tools/pip-requires +include tools/pip-requires tools/test-requires include tools/rfc.sh include tools/with_venv.sh include tox.ini