From c606508692bca2618372d16446b2f1adc057cd6e Mon Sep 17 00:00:00 2001 From: Jochen Van de Velde Date: Tue, 16 Oct 2018 15:31:00 +0200 Subject: [PATCH] Update setup.py with new maintainer information --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index a9183cb..2c5d40c 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ long_description = f.read() setup( - name='flask-lambda-python36', + name='flask-lambda-support', version='0.1.0', - description=('Python3.6+ module to make Flask compatible with AWS Lambda'), + description='Python 3.6+ module to make Flask compatible with AWS Lambda', long_description=long_description, keywords='flask aws amazon lambda', - author='Andrew Griffiths', - author_email='mail@andrewgriffithsonline.com', - url='https://github.com/techjacker/flask-lambda', + author='Jochen Van de Velde', + author_email='jochen.vandevelde@cloudway.be', + url='https://github.com/becloudway/flask-lambda', license='Apache License, Version 2.0', py_modules=['flask_lambda'], install_requires=['Flask>=0.10'],