-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for the package (#63)
- Loading branch information
Showing
4 changed files
with
20 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Flask-OpenID | ||
============ | ||
|
||
Adds support for OpenID to flask applications. Check out the | ||
example for more information. | ||
|
||
Documentation: http://packages.python.org/Flask-OpenID/ | ||
|
||
|
||
CHANGELOG | ||
--------- | ||
|
||
* 1.3.0 Version: 8, September 2021 | ||
|
||
Python 3-only compatible version with 2to3 removed to satisfy | ||
setuptools removal of 2to3 configuration option of setup.py |
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
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 |
---|---|---|
|
@@ -35,9 +35,7 @@ | |
author_email='[email protected], [email protected], [email protected], ' | ||
'[email protected], [email protected]', | ||
description='OpenID support for Flask', | ||
long_description=__doc__, | ||
py_modules=['flask_openid'], | ||
long_description_content_type="text/x-rst", | ||
zip_safe=False, | ||
platforms='any', | ||
install_requires=['Flask>=0.10.1', 'python3-openid>=2.0'], | ||
|