forked from TheaMorin/plover_stenograph_usb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (34 loc) · 1.03 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_stenograph_usb
version = 0.0.4
description = Stenograph USB protocol for Diamanté and Luminex machines 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_stenograph_usb
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.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
keywords = plover plover_plugin
[options]
zip_safe = True
tests_require =
mock
install_requires =
plover>=4.0.0.dev5
more_itertools
pyusb>=1.0.0;platform_system!="Windows"
py_modules =
plover_stenograph_usb
[options.entry_points]
plover.machine =
Stenograph USB = plover_stenograph_usb:Stenograph
# vim: commentstring=#\ %s list