22 lines
506 B
INI
22 lines
506 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.9.2
|
|
package_dir = =src
|
|
install_requires =
|
|
matrix-nio>=0.18.7
|
|
aiopath>=0.5.12
|
|
|
|
[options.extras_require]
|
|
testing =
|
|
python-dotenv>=0.19.0
|
|
|
|
[options.package_data]
|
|
matrix_bot = py.typed
|