refactor: Use the mira framework

This commit is contained in:
2021-06-13 00:17:06 +02:00
parent cea5b5d61f
commit f3b9bcf776
10 changed files with 266 additions and 482 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name = 'janine',
version = '0.4.0',
version = '1.0.0',
description = 'An XMPP bot relaying data from the IHP, DWD, MOWAS and BIWAP',
url = 'https://git.polynom.me/PapaTutuWawa/janine',
author = 'Alexander "PapaTutuWawa"',
@@ -13,10 +13,5 @@ setup(
'aioxmpp>=0.11.0',
'requests>=2.23.0'
],
zip_safe=True,
entry_points={
'console_scripts': [
'janine = janine.janine:main'
]
}
zip_safe=True
)