[email] Add MDA script to setup.py

This commit is contained in:
maike 2020-07-05 23:42:07 +02:00 committed by dl6tom
parent a9c9f4f1c0
commit e24a0f8738
2 changed files with 30 additions and 29 deletions

View file

@ -10,9 +10,9 @@ from logging import getLogger
from kibicara.platforms.email.model import Email
def main():
logger = getLogger(__name__)
# read mail from STDIN
mailbytes = bytes(sys.stdin.read())

View file

@ -10,6 +10,7 @@ setup(
entry_points={
'console_scripts': [
'kibicara=kibicara.kibicara:Main',
'kibicara_mda=kibicara.kibicara_mda:main',
]
},
install_requires=[