add packaging files
This commit is contained in:
parent
ec66aa40de
commit
f544d8eef9
5 changed files with 27 additions and 3 deletions
18
setup.cfg
Normal file
18
setup.cfg
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue