-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (26 loc) · 843 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
[metadata]
name = plover-application-dictionary
keywords = plover plover_plugin
version = 2.0.3
description = Plover dictionary entries based on the currently focussed application
long_description = file: README.md
long_description_content_type = text/markdown
author = Pipatooa
author_email = pipatooa@pipatooa.co.uk
url = https://github.com/Pipatooa/plover-application-dictionary
[options]
zip_safe = True
python_requires = >=3.7
setup_requires =
setuptools >= 30.3.0
install_requires =
plover >= 4.0.0dev12
plover-application-controls >= 1.2.0
packages = find:
include_package_data = True
[options.packages.find]
include = plover_application_dictionary*
[options.entry_points]
plover.dictionary =
ad = plover_application_dictionary:SingleApplicationDictionary
mad = plover_application_dictionary:MultipleApplicationDictionary