From 4b0b9816818a79a01ca5140f612e12e08320ecdf Mon Sep 17 00:00:00 2001
From: Oliverpool <oliverpool@hotmail.fr>
Date: Tue, 3 Nov 2015 08:08:11 +0100
Subject: [PATCH] Use include_pacakge_data

---
 setup.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/setup.py b/setup.py
index 023201eb..4cfaeda0 100755
--- a/setup.py
+++ b/setup.py
@@ -21,12 +21,7 @@ setup(
         "unidecode", "jinja2", "chardet", "ply",
         ],
     setup_requires=["hgtools"],
-    package_data={'patacrep': [
-        'data/ast_templates/*/*/*',
-        'data/img/*',
-        'data/latex/*',
-        'data/templates/*',
-        ]},
+    include_package_data=True,
     entry_points={
         'console_scripts': [
             "songbook = patacrep.songbook.__main__:main",