Initial refactor
This commit is contained in:
14
setup.cfg
14
setup.cfg
@ -1,5 +1,5 @@
|
||||
[metadata]
|
||||
name = mblight
|
||||
name = pulses
|
||||
version = 0.90
|
||||
author = Andrea Mistrali
|
||||
author_email = akelge@gmail.com
|
||||
@ -10,12 +10,12 @@ keywords = graylog, py3
|
||||
license = BSD 3-Clause License
|
||||
|
||||
[options]
|
||||
packages = mblight
|
||||
packages = pulses
|
||||
python_requires = >=3
|
||||
include_package_data = True
|
||||
install_requires =
|
||||
PyYAML
|
||||
# install_requires =
|
||||
# PyYAML
|
||||
|
||||
[options.package_data]
|
||||
* =
|
||||
config.yaml.example
|
||||
# [options.package_data]
|
||||
# * =
|
||||
# config.yaml.example
|
||||
|
Reference in New Issue
Block a user