From 1293520c332ffc1619770353cbf1cfa62c4141a7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 28 Nov 2010 04:31:59 +0900 Subject: [PATCH] package pystache --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c959a6a9..2ecc37a3a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup(name='anki', author_email='anki@ichi2.net', url='http://ichi2.net/anki/index.html', license='GPLv3', - packages=["anki", "anki.importing"], + packages=["anki", "anki.importing", "pystache"], package_data={'anki': ['locale/*/*/*'],}, include_package_data=True, zip_safe=False,