add packaging files

This commit is contained in:
Jean-Marie Mineau 2021-10-05 20:25:11 +02:00
parent ec66aa40de
commit f544d8eef9
No known key found for this signature in database
GPG key ID: 67486F107F62E9E9
5 changed files with 27 additions and 3 deletions

18
setup.cfg Normal file
View file

@ -0,0 +1,18 @@
[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 =
matrix-bot @ git+https://gitea.auro.re/histausse/matrix-bot.git
[options.package_data]
matrix_bot = py.typed