23 lines
		
	
	
	
		
			596 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			596 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
 | 
						|
 | 
						|
[options.entry_points]
 | 
						|
console_scripts = 
 | 
						|
	kassandra=kassandra.__main__:main
 |