Skip to content

Commit

Permalink
Update setup.py with new maintainer information
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenvdv committed Oct 16, 2018
1 parent 67ca48d commit c606508
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='https://github.com/techjacker/flask-lambda',
author='Jochen Van de Velde',
author_email='[email protected]',
url='https://github.com/becloudway/flask-lambda',
license='Apache License, Version 2.0',
py_modules=['flask_lambda'],
install_requires=['Flask>=0.10'],
Expand Down

0 comments on commit c606508

Please sign in to comment.