From: Oleg Broytman Date: Tue, 10 May 2016 22:11:01 +0000 (+0300) Subject: Include tests in sdist X-Git-Tag: 0.0.4~3 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=d675258d7808cfe4f155b87e1e8d60bec4356072 Include tests in sdist --- diff --git a/MANIFEST.in b/MANIFEST.in index c132e57..b5e2f73 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include docs/genapidocs sample/m_librarian.conf include COPYING ChangeLog MANIFEST.in Makefile TODO mk-distr *.txt recursive-include docs* Makefile *.py *.rst *.txt *.css *.js *.html *.gif *.png recursive-include m_librarian/translations Makefile *.mo *.po +recursive-include tests Makefile *.py *.inpx