From ad4f6fa46474ba4c8a39902cfc91f0b676735e27 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 5 Jan 2015 11:40:51 +0100 Subject: [PATCH] Payment: Add MANIFEST.in This is necessary so the template folders are included when installing the package! --- payment_manual/MANIFEST.in | 1 + payment_paypal/MANIFEST.in | 1 + 2 files changed, 2 insertions(+) create mode 100644 payment_manual/MANIFEST.in create mode 100644 payment_paypal/MANIFEST.in diff --git a/payment_manual/MANIFEST.in b/payment_manual/MANIFEST.in new file mode 100644 index 0000000..2e1b97e --- /dev/null +++ b/payment_manual/MANIFEST.in @@ -0,0 +1 @@ +graft indico_payment_manual/templates diff --git a/payment_paypal/MANIFEST.in b/payment_paypal/MANIFEST.in new file mode 100644 index 0000000..359f8ac --- /dev/null +++ b/payment_paypal/MANIFEST.in @@ -0,0 +1 @@ +graft indico_payment_paypal/templates