From 8458653135cf25ac002a5c396e13a19560f7eff9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 6 May 2011 14:31:47 +0000 Subject: [PATCH] [packaging] include ldap/ in the source tarball --- MANIFEST.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index bb1b1ac..6092ebb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,15 @@ include setup.py include authenticctl.py -recursive-include authentic *.py *.ptl -recursive-include data * -recursive-include root * -recursive-include authentic/qommon/static *.png *.gif *.css *.js include README COPYING INSTALL MANIFEST.in MANIFEST NEWS AUTHORS include po/Makefile include po/*.po include po/*.pot +include create_postgresql_db.sql recursive-include doc *.rst Makefile *.png *.sty custom.tex *.py *.sh *.css +recursive-include data * +recursive-include extra * +recursive-include ldap * +recursive-include authentic *.py *.ptl +recursive-include data * +recursive-include root * +recursive-include authentic/qommon/static *.png *.gif *.css *.js