First version
This commit is contained in:
21
setup.cfg
Normal file
21
setup.cfg
Normal 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
|
Reference in New Issue
Block a user