-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
45 lines (41 loc) · 1.24 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
38
39
40
41
42
43
44
45
[metadata]
name = spectra_lexer
version = 16.1.1
description = Stroke and rule analyzer for stenography
long_description = file: README.rst
author = fourshade
author_email = synnethrelmn@yahoo.com
license = GNU General Public License v2 or later (GPLv2+)
url = https://github.com/fourshade/spectra_lexer
classifiers =
Development Status :: 4 - Beta
Environment :: Plugins
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Text Processing :: Linguistic
keywords = plover plover_plugin
[options]
include_package_data = True
python_requires = >=3.6
install_requires =
PyQt5>=5.5
tests_require =
pytest
packages = find:
[options.packages.find]
include = spectra_lexer*
[options.extras_require]
discord =
aiohttp==3.6.2
[options.entry_points]
console_scripts =
spectra_lexer = spectra_lexer.__main__:main
plover.gui.qt.tool =
lexer_plugin = spectra_lexer.app_plover:PloverPlugin