Skip to content

Commit

Permalink
Update documentation for the package (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Sep 8, 2021
1 parent 16a3e61 commit 2d237df
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
7 changes: 0 additions & 7 deletions README

This file was deleted.

16 changes: 16 additions & 0 deletions README.rst
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
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ all_files = 1

[upload_sphinx]
upload-dir = docs/_build/html

[metadata]
long_description = file: README.rst
long_description_content_type = text/x-rst
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 2d237df

Please sign in to comment.