From 1d37f0feefbf078bae9c68ecfdd33049b69547df Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 4 Mar 2016 18:14:25 +0100 Subject: [PATCH] MANIFEST.in: add missing files in source dist --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 7e642e1..da69ad8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,8 @@ include COPYING include NEWS +include VERSION +include tox.ini +recursive-include tests *.py *.html recursive-include sample *.py *.html README *.py.example recursive-include src/django_kerberos/templates *.html recursive-include src/django_kerberos/static *.js