From 6dd4cd6d98126f969ce0df1059b98e78e326805c Mon Sep 17 00:00:00 2001 From: kushagra Date: Tue, 16 Feb 2016 00:34:59 +0530 Subject: [PATCH] pisak/res/ has non python data which wont be installed by setuptools unless specified in MANIFEST.in Hence added MANIFEST.in --- 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 00000000..68e89524 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include pisak/res * \ No newline at end of file