-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (29 loc) · 931 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
30
31
[metadata]
name = plover_midi4text
version = 0.0.4
description = Midi4Text English orthographic system implementation for Plover
long_description = file: README.rst
author = Nick Markopoulos
author_email = [email protected]
license = GNU General Public License v3 or later (GPLv3+)
url = https://github.com/nsmarkop/plover_midi4text
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
[options]
zip_safe = True
include_package_data = True
install_requires =
plover>=4.0.0.dev7
plover-midi>=0.2.6
packages =
plover_midi4text
[options.entry_points]
plover.system =
Midi4Text = plover_midi4text.system
Midi4Text 2/8 EL = plover_midi4text.system_extended