-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
37 lines (35 loc) · 1.42 KB
/
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
32
33
34
35
36
37
[metadata]
name = plover_last_translation
version = 0.0.3
description = Plugins for Plover to repeat output
long_description = file: README.rst
author = Nick Markopoulos
author_email = nsmarkop@gmail.com
license = GNU General Public License v3 or later (GPLv3+)
url = https://github.com/nsmarkop/plover_last_translation
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.0.dev6
packages =
plover_last_translation
[options.entry_points]
plover.macro =
repeat_last_translation = plover_last_translation.macro:repeat_last_translation
repeat_last_word = plover_last_translation.macro:repeat_last_word
repeat_last_fragment = plover_last_translation.macro:repeat_last_fragment
repeat_last_character = plover_last_translation.macro:repeat_last_character
plover.meta =
repeat_last_translation = plover_last_translation.meta:repeat_last_translation
repeat_last_word = plover_last_translation.meta:repeat_last_word
repeat_last_fragment = plover_last_translation.meta:repeat_last_fragment
repeat_last_character = plover_last_translation.meta:repeat_last_character