-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
29 lines (27 loc) · 993 Bytes
/
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
[metadata]
name = plover_auto_reconnect_machine
version = 0.1.0
description = This extension tries to automatically reconnect the steno machine if the connection got lost.
long_description = file: README.md
author = Tobias Schulte
author_email = [email protected]
license = GNU General Public License v3 or later (GPLv3+)
url = https://github.com/tschulte/plover_auto_reconnect_machine
classifiers =
Development Status :: 4 - Beta
Environment :: Plugins
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
keywords = plover plover_plugin
[options]
zip_safe = True
install_requires =
plover>=4.0.0rc2
py_modules =
plover_auto_reconnect_machine
[options.entry_points]
plover.extension =
plover_auto_reconnect_machine = plover_auto_reconnect_machine:AutoReconnectMachine