mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05:00
package pystache
This commit is contained in:
parent
689a744266
commit
1293520c33
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue