There was an error while loading. Please reload this page.
1 parent e6175f7 commit eb844acCopy full SHA for eb844ac
1 file changed
setup.py
@@ -10,7 +10,8 @@
10
"jiten._sqlite3_pcre", ["sqlite3-pcre.c"],
11
libraries = "pcre sqlite3".split()
12
)
13
-data = [ "static/*." + x for x in "svg css js".split() ] \
+data = [ "res/jlpt/N" + l for l in "12345" ] \
14
+ + [ "static/*." + x for x in "svg css js".split() ] \
15
+ [ "static/audio/*.mp3" ] \
16
+ [ "static/font/*." + x for x in "ttf txt".split() ] \
17
+ [ "templates/*.html" ]
@@ -22,7 +23,7 @@
22
23
# "build" *.sqlite3
24
jiten.cli.cli("-v setup".split(), standalone_mode = False)
25
- data += [ "res/*.sqlite3" ] + [ "res/jlpt/N" + l for l in "12345" ]
26
+ data += [ "res/*.sqlite3" ]
27
else:
28
data += [ "res/freq/" + x for x in """SOURCES base_aggregates.txt.nobom
29
wordfreq_ck.utf8""".split() ] \
0 commit comments