-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
33 lines (31 loc) · 912 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
32
33
[metadata]
name = plover_palantype
version = 0.7.0
description = Possum Palantype support for Plover
long_description = file: README.rst
author = Ted Morin
author_email = [email protected]
license = GNU General Public License v2 or later (GPLv2+)
url = https://github.com/morinted/plover_palantype
classifiers =
Development Status :: 4 - Beta
Environment :: Plugins
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
keywords = plover plover_plugin
[options]
zip_safe = True
setup_requires =
setuptools>=30.3.0
install_requires =
plover>=4.0.0.dev1
packages =
plover_palantype
[options.entry_points]
plover.system =
Possum Palantype = plover_palantype.system
plover.machine =
Palantype = plover_palantype.machine:Palantype