First version

This commit is contained in:
2023-05-01 07:04:56 +02:00
parent e353306129
commit 20c5d9c4ba
8 changed files with 361 additions and 3 deletions

21
setup.cfg Normal file
View File

@ -0,0 +1,21 @@
[metadata]
name = mblight
version = 0.90
author = Andrea Mistrali
author_email = akelge@gmail.com
platform = linux
description = RPI led(s) and display brightness
long_description = file: README.md
keywords = graylog, py3
license = BSD 3-Clause License
[options]
packages = mblight
python_requires = >=3
include_package_data = True
install_requires =
PyYAML
[options.package_data]
* =
config.yaml.example