File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 ('../vocabsieve/reader/static/' ,
1313 'lib/vocabsieve/reader/static/' )]
1414
15- PYNPUT_PLATFORM_SPECIFIC_MODULES = {
16- "win32" : ["pynput.keyboard._win32" , "pynput.mouse._win32" ],
17- "darwin" : ["pynput.keyboard._darwin" , "pynput.mouse._darwin" ]
18- }
19-
2015build_exe_options = {
2116 "includes" : [
2217 "vocabsieve" ,
4338 "lzo" ,
4439 "readmdict" ,
4540 "packaging" ,
46- "pynput" ,
4741 "waitress"
48- ] + PYNPUT_PLATFORM_SPECIFIC_MODULES . get ( sys . platform , []) ,
42+ ],
4943 "include_files" : include_files ,
5044 "zip_include_packages" : ["PyQt5" ],
5145 "excludes" : ["tkinter" ],
Original file line number Diff line number Diff line change @@ -27,4 +27,3 @@ python-lzo
2727packaging
2828typing_extensions
2929loguru
30- pynput
Original file line number Diff line number Diff line change 11[metadata]
22name = vocabsieve
3- version = 0.12.4
3+ version = 0.12.5
44author = FreeLanguageTools
55author_email = pypi@5f37.8shield.net
66description = A simple, effective sentence mining tool.
@@ -46,7 +46,6 @@ install_requires =
4646 packaging
4747 typing_extensions
4848 waitress
49- pynput
5049
5150
5251[options.entry_points]
You can’t perform that action at this time.
0 commit comments