diff --git a/setup.py b/setup.py index 51629746b..621e96c03 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"], + packages=["anki", "anki.features", "anki.importing"], package_data={'anki': ['samples/*','locale/*/*/*']}, include_package_data=True,