From 70a76732cf6bd0946eb7985c688218173bee0502 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 12 Feb 2019 12:11:13 +0100 Subject: [PATCH] [manifest] Add last missing include for new script (closes #13) --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index fd350028..ba26febc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include LICENSE README.rst buildout.cfg version.txt recursive-include doc conf.py *.rst *.sh *.png *.ico recursive-include bob/devtools/data *.md *.yaml *.pem matplotlibrc -recursive-include bob/devtools/templates conf.py *.rst *.png *.ico LICENSE COPYING MANIFEST.in .gitlab-ci.yml .gitignore *.cfg *.txt *.py +recursive-include bob/devtools/templates conf.py *.rst *.png *.ico LICENSE COPYING MANIFEST.in .gitlab-ci.yml .gitignore *.cfg *.txt *.py *.yaml -- GitLab