You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
582 B
INI

[metadata]
name = janus
author = Jean-Marie 'Histausse' Mineau
author_email = histausse@protonmail
description = A bot sending message from one matrix room to another
long_description = file:README.md
long_description_content_type = text/markdown
url = https://gitea.auro.re/histausse/janus
[options]
packages = janus
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 =
janus=janus.__main__:main