You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
614 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 =
Jinja2>=3.0.2
PyYAML>=5.4.1
matrix-bot @ git+https://gitea.auro.re/histausse/matrix-bot.git
[options.package_data]
matrix_bot = py.typed
[options.entry_points]
console_scripts =
kassandra=kassandra.__main__:main