refactor: Use the mira framework
This commit is contained in:
9
setup.py
9
setup.py
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user