Add general files:

-setup.py
-requirements.txt
This commit is contained in:
2020-05-23 12:10:37 +02:00
parent 581a27680d
commit ca4f0ab6ee
2 changed files with 12 additions and 0 deletions
View File
+12
View File
@@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='MailDispatcher',
version='0.0.1',
packages=[''],
url='',
license='GNU GPL v3.0',
author='Lars Bogner',
author_email='lars.bogner@outlook.de',
description='Receives new E-Mails and distributes them to Subprogramms acording to their Subject'
)