Skip to content

Commit 496703c

Browse files
committed
Change package_data in setup.py
1 parent 119b847 commit 496703c

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

setup.py

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,8 @@
8282
test_suite="tests",
8383
python_requires=">=3.6",
8484
package_data={
85-
"pythainlp.corpus": [
86-
"corpus_license.md",
87-
"countries_th.txt",
88-
"etcc.txt",
89-
"negations_th.txt",
90-
"person_names_female_th.txt",
91-
"person_names_male_th.txt",
92-
"pos_orchid_perceptron.pkl",
93-
"pos_orchid_unigram.json",
94-
"pos_ud_perceptron.pkl",
95-
"pos_ud_unigram.json",
96-
"sentenceseg_crfcut.model",
97-
"stopwords_th.txt",
98-
"syllables_th.txt",
99-
"thailand_provinces_th.csv",
100-
"tnc_freq.txt",
101-
"ttc_freq.txt",
102-
"wordnet_th.db",
103-
"words_th.txt",
104-
"words_th_thai2fit_201810.txt",
85+
"pythainlp": [
86+
"corpus/*",
10587
],
10688
},
10789
include_package_data=True,

0 commit comments

Comments
 (0)