diff --git a/.gitignore b/.gitignore index 1c8d9c1..1baea38 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,5 @@ dmypy.json # Pyre type checker .pyre/ + +publish.ps1 \ No newline at end of file diff --git a/README.md b/README.md index 1585c8e..d322014 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![build](https://github.com/CaselIT/falcon-auth2/workflows/Run%20tests/badge.svg)](https://github.com/CaselIT/falcon-auth2/actions?query=workflow%3A%22Run+tests%22) [![pypi](https://img.shields.io/pypi/v/falcon-auth2.svg)](https://pypi.python.org/pypi/falcon-auth2) - +[![Documentation Status](https://readthedocs.org/projects/falcon-auth2/badge/?version=latest)](https://falcon-auth2.readthedocs.io/en/latest/?badge=latest) Falcon authentication middleware that supports multiple authentication schemes. diff --git a/setup.cfg b/setup.cfg index a39fa72..d0e1010 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ keywords = auth authentication project_urls = - # Documentation = https://todo + Documentation = https://falcon-auth2.readthedocs.io Issue Tracker = https://github.com/CaselIT/falcon-auth2/issues [options]