diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-10-22 08:23:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 08:23:48 +0200 |
commit | e790b1ec40ed690152776a87c15e7f7d5d3b9136 (patch) | |
tree | c155220e423a9b631d37197d61763e944029d05f | |
parent | d2c9ceece5d6473f286e00963252abbcf1a2a17c (diff) | |
parent | 3133ed7d1df6f49de380b35331bbcc67b585a61b (diff) | |
download | gitlab-e790b1ec40ed690152776a87c15e7f7d5d3b9136.tar.gz |
Merge pull request #916 from python-gitlab/chore/add-test-to-dist
chore(dist): add test data
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 3cc3cdc..2d1b15b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include COPYING AUTHORS ChangeLog.rst RELEASE_NOTES.rst requirements.txt test-re include tox.ini .testr.conf .travis.yml recursive-include tools * recursive-include docs *j2 *.py *.rst api/*.rst Makefile make.bat +recursive-include gitlab/tests/data * |