Skip to content

Commit eccfdc8

Browse files
author
Nito
committed
Added data files
1 parent b95cdc5 commit eccfdc8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

setup.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="eld",
8-
version="0.9.0",
8+
version="0.9.1",
99
author="Nito T.M.",
1010
# author_email = "",
1111
description="Fast and accurate natural language detection. Detector written in Python. Nito-ELD, ELD.",
@@ -20,7 +20,17 @@
2020
"Operating System :: OS Independent",
2121
],
2222
package_dir={"": "src"},
23-
data_files=[('', ['demo.py'])],
23+
data_files=[('', ['demo.py']),
24+
('benchmarks',
25+
['benchmarks/bench.py',
26+
'benchmarks/big-test.txt',
27+
'benchmarks/sentences.txt',
28+
'benchmarks/sentences_avg_py.png',
29+
'benchmarks/single-words.txt',
30+
'benchmarks/table_accuracy_py.svg',
31+
'benchmarks/table_time_py.svg',
32+
'benchmarks/tweets.txt',
33+
'benchmarks/word-pairs.txt'])],
2434
packages=setuptools.find_packages(where="src"),
2535
python_requires=">=3.7"
2636
)

0 commit comments

Comments
 (0)