-
Notifications
You must be signed in to change notification settings - Fork 19
/
setup.cfg
38 lines (35 loc) · 1.04 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
[metadata]
name = tenma-serial
author = Jordi Castells
author_email = [email protected]
summary = Serial control of tenma device
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/kxtells/tenma-serial
project_urls =
Documentation = https://tenma-serial.readthedocs.io/en/latest/
license = GNU-3
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: X11 Applications :: GTK
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
[files]
packages = tenma
[entry_points]
console_scripts =
tenma-control = tenma.tenmaControl:main
tenma-applet = tenma.gtkIndicator:main
tenmaControl.py = tenma.tenmaControl:main
gtkIndicator.py = tenma.gtkIndicator:main
[tool:pytest]
pep8ignore =
E402
E501
bwb/message/message.py ALL
bt.py E701
xfail_strict = true