13 lines
338 B
INI
13 lines
338 B
INI
|
[metadata]
|
||
|
name = matrix-bot
|
||
|
author = Jean-Marie 'Histausse' Mineau
|
||
|
author_email = histausse@protonmail
|
||
|
description = A package implementing a reusable class to make matrix bots.
|
||
|
long_description = file:README.md
|
||
|
url = https://gitea.auro.re/histausse/matrix-bot
|
||
|
|
||
|
[options]
|
||
|
packages = matrix_bot
|
||
|
python_requires = >=3.6
|
||
|
package_dir = =src
|