File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 55
66setuptools .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." ,
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)
You can’t perform that action at this time.
0 commit comments