-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
37 lines (34 loc) · 1.11 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_wpm_meter
version = 0.2.3
description = A meter to show your typing speed in Plover
long_description = file: README.rst
author = Waleed Khan
author_email = [email protected]
license = GNU General Public License v3 (GPLv3)
url = https://github.com/arxanas/plover_wpm_meter
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.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
keywords = plover plover_plugin
[options]
zip_safe = True
install_requires =
plover>=4.0.0.dev2
# textstat > 0.3.1 contains a non-ASCII dash in the README, which is
# opened in `setup.py`, which fails to be decoded on some platforms.
textstat==0.3.1
packages =
plover_wpm_meter
[options.entry_points]
plover.gui.qt.tool =
wpm_meter = plover_wpm_meter:PloverWpmMeter
strokes_meter = plover_wpm_meter:PloverStrokesMeter
# vim: commentstring=#\ %s list