diff options
author | Clark Boylan <clark.boylan@gmail.com> | 2012-06-11 14:50:21 -0700 |
---|---|---|
committer | Clark Boylan <clark.boylan@gmail.com> | 2012-06-11 14:51:40 -0700 |
commit | 12519ce0266875e6644399a25156c1b8691248ef (patch) | |
tree | bce656f47a300f005ccabbcd8160c13f4f3ebf70 /MANIFEST.in | |
parent | dec11f6ec913e6874668c67e5643b81e0014f723 (diff) | |
download | python-swiftclient-12519ce0266875e6644399a25156c1b8691248ef.tar.gz |
Add build_sphinx options.
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.
Change-Id: Ibe6745cac73817ea06faca77367b4269d5137a24
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index f2ddd1b..fb1d208 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include AUTHORS include ChangeLog include LICENSE include README.rst +recursive-include doc * recursive-include tests * |