forked from sivel/flask-lambda
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update setup.py with new maintainer information
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'], | ||
|