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/*/*/*/*"], }, )