-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
29 lines (27 loc) · 817 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_clippy
version = 0.1.0
description = Logs inefficient strokes to a file for later review.
long_description = file: README.md
author = Andy Tockman
author_email = andy@tck.mn
license = GNU General Public License v3 (GPLv3)
url = https://github.com/tckmn/plover_clippy
classifiers =
Development Status :: 4 - Beta
Environment :: Plugins
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
keywords = plover plover_plugin
[options]
zip_safe = True
install_requires =
plover>=4.0.0.dev8
py_modules =
plover_clippy
[options.entry_points]
plover.extension =
plover_clippy = plover_clippy:Clippy