mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 00:27:13 -05:00
don't install tests, only anki
This commit is contained in:
parent
a5d64aaa7f
commit
cfa1789e76
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',
|
author_email='anki@ichi2.net',
|
||||||
url='http://ichi2.net/anki/index.html',
|
url='http://ichi2.net/anki/index.html',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
packages=find_packages(),
|
packages=["anki"],
|
||||||
package_data={'anki':
|
package_data={'anki':
|
||||||
['samples/*','locale/*/*/*']},
|
['samples/*','locale/*/*/*']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue