Blob Blame History Raw
From aeb4c44130ac6984919dd901e5a7d19413128b29 Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
Date: Wed, 20 Dec 2017 11:16:43 -0500
Subject: [PATCH] Add a MANIFEST.in file so the locale folder gets included.

I noticed that Fedora's colander package did not include the locale
folder[0]. The package simply runs setup.py build and setup.py
install. By adding this MANIFEST.in file, the locale now gets
included with the installed package.

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1527683

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
---
 MANIFEST.in | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 MANIFEST.in

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..0ed2cdd
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+recursive-include colander/locale *
-- 
2.9.5