forked from NabuCasa/universal-silabs-flasher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (36 loc) · 1015 Bytes
/
setup.cfg
File metadata and controls
40 lines (36 loc) · 1015 Bytes
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
[metadata]
name = universal-silabs-flasher
description = Tool to flash firmware onto any Silicon Labs radio running EmberZNet, CPC multi-PAN, or just a bare Gecko Bootloader
version = attr: universal_silabs_flasher.__version__
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/puddly/universal-silabs-flasher/
author = Puddly
author_email = puddly3@gmail.com
license = GPL-3.0
[options]
packages = find:
python_requires = >=3.8
install_requires =
click
zigpy
bellows>=0.34.3
gpiod; platform_system!="Windows"
coloredlogs
async_timeout
awesomeversion
[options.entry_points]
console_scripts =
universal-silabs-flasher = universal_silabs_flasher.__main__:main
[options.packages.find]
exclude =
tests
tests.*
[options.extras_require]
testing =
pytest>=7.1.2
pytest-asyncio>=0.19.0
pytest-timeout>=2.1.0
pytest-mock>=3.8.2
pytest-cov>=3.0.0
pytest-github-actions-annotate-failures