From 56336823aa3a5de8a17c4146ed1ef93924a7c362 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 29 May 2015 11:50:38 +0200 Subject: [PATCH] MANIFEST.in: include Changelog, COPYING, testsettings.py and tests/*.py --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 41f8bd9..57f5453 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,7 @@ recursive-include mellon/templates *.html *.xml recursive-include mellon/locale *.po *.mo include MANIFEST.in include VERSION +include Changelog +include COPYING +include testsettings.py +recursive-include tests *.py