From a1922b62522837dad000e6e650d20f7b1936be7f Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sun, 22 Jan 2012 21:00:58 +0100 Subject: [PATCH] add atlas files in setup/manifest --- MANIFEST.in | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index afc5a0c5a..1bf5897bb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include *AUTHORS *COPYING recursive-include doc * recursive-include examples * -recursive-include kivy/data *.png *.jpg *.svg *.css *.ttf *.kv *.fs *.vs *.json *.gif +recursive-include kivy/data *.png *.jpg *.svg *.css *.ttf *.kv *.fs *.vs *.json *.gif *.atlas recursive-include kivy/tools *.png *.txt *.bat *.sh *.py recursive-include kivy/tests *.py *.png recursive-include kivy *.pyd *.pyx *.c *.pxi *.h *.pxd diff --git a/setup.py b/setup.py index 34e48536a..a4d849225 100644 --- a/setup.py +++ b/setup.py @@ -243,6 +243,7 @@ setup( 'data/images/*.png', 'data/images/*.jpg', 'data/images/*.gif', + 'data/images/*.atlas', 'data/keyboards/*.json', 'data/logo/*.png', 'data/glsl/*.png',