summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-30 16:59:14 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-30 16:59:14 +0100
commit9f256a71aa070bf28c70b2242976fbb0bc758bc4 (patch)
treee537dcf86dcae19896c38483c2ae5177f419993d
parent3711f198a4e02144d9d49b68420d24afc9f4f957 (diff)
downloadgitlab-9f256a71aa070bf28c70b2242976fbb0bc758bc4.tar.gz
fix inclusion of api/*.rst
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7d5f2e8..ff0d049 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +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
+recursive-include docs *.py *.rst api/*.rst Makefile make.bat