-
Notifications
You must be signed in to change notification settings - Fork 30
/
setup.cfg
61 lines (56 loc) · 1.18 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = vocabsieve
version = 0.12.2
author = FreeLanguageTools
author_email = [email protected]
description = A simple, effective sentence mining tool.
long_description = file: README.md
long_description_content_type = text/markdown
url =https://github.com/FreeLanguageTools/vocabsieve
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Environment :: X11 Applications :: Qt
[options]
package_dir =
packages = find:
include_package_data = true
python_requires = >=3.10
install_requires =
lxml
PyQt5
requests
beautifulsoup4
simplemma
pystardict
bidict
flask
charset-normalizer
slpp
mobi
sentence_splitter
pymorphy3
pyqtgraph
pymorphy3-dicts-ru
pymorphy3-dicts-uk
ebooklib
pyqtdarktheme
pysubs2
markdownify
markdown
python-lzo
readmdict
loguru
packaging
typing_extensions
waitress
pynput
[options.entry_points]
console_scripts =
vocabsieve = vocabsieve.main:main
[options.data_files]
share/applications =
vocabsieve.desktop
share/icons =
vocabsieve.png