19 lines
518 B
INI
19 lines
518 B
INI
[metadata]
|
|
name = kassandra
|
|
author = Jean-Marie 'Histausse' Mineau
|
|
author_email = histausse@protonmail
|
|
description = A bot sending alert from alertmanager to matrix
|
|
long_description = file:README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://gitea.auro.re/histausse/kassandra
|
|
|
|
[options]
|
|
packages = kassandra
|
|
python_requires = >=3.9.2
|
|
package_dir = =src
|
|
install_requires =
|
|
PyYAML>=5.4.1
|
|
matrix-bot @ git+https://gitea.auro.re/histausse/matrix-bot.git
|
|
|
|
[options.package_data]
|
|
matrix_bot = py.typed
|