From d32931265aa9cbc3401740119199c61715d2a15c Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Tue, 18 Mar 2014 11:22:06 -0700 Subject: Update manifest to use oslosphinx The recent rename to oslosphinx missed the MANIFEST.in, which breaks packaging of the non .py files. Change-Id: Ib43879697cb855341904500dae3075f7ea5c17c0 Resolves-bug: 1294272 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1d918af..393e4dc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include oslo *.html *.css *.js *.conf *.jpg *.gif +recursive-include oslosphinx *.html *.css *.js *.conf *.jpg *.gif include AUTHORS include HACKING.rst include ChangeLog -- cgit v1.2.1