From 0f8cd3a28f9f4a33ae3153b15d7413bafed5a526 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 23 Feb 2016 07:04:33 +0100 Subject: [PATCH] [fix] no file in those dirs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5c65b5..b09609d 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ setup(name='prosopopee', keywords='', include_package_data=True, package_data={ - 'prosopopee': ["themes/*/*", "themes/*/*/*", "themes/*/*/*/*"], + 'prosopopee': ["themes/*/*/*", "themes/*/*/*/*"], }, )