forked from kharyam/litra-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
64 lines (58 loc) · 1.18 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = litra-driver
author = Khary Mendez
author_email = [email protected]
description = Logitech Lumitra Glow and Beam Driver
version = 0.0.7
url = https://github.com/kharyam/litra-driver
download_url = https://github.com/kharyam/litra-driver/archive/v0.0.7.tar.gz
keywords =
logitech lumitra glow
CLI
UI
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
long_description = file: README.md
long_description_content_type = text/markdown
license_files =
LICENSE
COMMITMENT
[tool:pylint]
ignore = version.py
disable = R0801,R0903
output-format = colorized
[tool:pytest]
norecursedirs=tests/helpers
[options]
python_requires = >= 3.6
package_dir=
=src
packages = find:
zip_safe: False
install_requires =
pyusb
fire
PySimpleGui
psgtray
pystray
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
lcui = llgd.ui.__main__:main
lc = llgd.cli.cli:main
[options.extras_require]
tests =
wheel
pylint
flake8
bandit
pytest
pytest-cov
testfixtures
mock
codecov
tox