diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-17 17:23:56 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-17 17:23:56 +0100 |
commit | bbcccaa5407fa9d281f8b1268a653b6dff29d050 (patch) | |
tree | 48c24202275eef966b299e39571524b3ff941ac7 | |
parent | 5c4f77fc39ff8437dee86dd8a3c067f864d950ca (diff) | |
download | gitlab-bbcccaa5407fa9d281f8b1268a653b6dff29d050.tar.gz |
include the docs in the tarball0.11.1
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 29a34fd..7d5f2e8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include COPYING AUTHORS ChangeLog requirements.txt test-requirements.txt include tox.ini .testr.conf recursive-include tools * +recursive-include docs *.py *.rst api/.*rst Makefile make.bat |