-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
28 lines (26 loc) · 838 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
[metadata]
name = plover_console_ui
version = 1.2.3
description = Text User Interface for Plover
long_description = file: README.rst
author = Seth Rider
author_email = [email protected]
license = GNU General Public License v3 or later (GPLv3+)
url = https://github.com/psethwick/plover_console_ui
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
keywords = plover plover_plugin cli
[options]
zip_safe = True
include_package_data = True
install_requires =
plover>=4.0.0.dev7
prompt-toolkit>=3.0.8
packages = plover_console_ui
[options.entry_points]
plover.gui = console = plover_console_ui.plugin