Skip to content

Commit

Permalink
Update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Jul 22, 2020
1 parent 52693b2 commit 0a93e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Authl
A Python library for managing federated identity

[![Documentation Status](https://readthedocs.org/projects/authl/badge/?version=latest)](https://authl.readthedocs.io/en/latest/?badge=latest)

## About

Authl is intended to make it easy to add federated identity to Python-based web
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tool.poetry]
name = "Authl"
version = "0.4.2"
description = "Genericized multi-protocol authentication wrapper"
description = "Framework-agnostic authentication wrapper"
authors = ["fluffy <fluffy@beesbuzz.biz>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/PlaidWeb/Authl"
documentation = "https://authl.readthedocs.io/"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 0a93e20

Please sign in to comment.