Skip to content

Commit

Permalink
Updated README.md, small package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Jun 17, 2023
1 parent 98f4da3 commit a310683
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.3

* No Change just updating README.md

## v1.2.1.1

* Allow aborting the conditionalUI.
Expand Down
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
recursive-include passkeys/templates *
recursive-include passkeys/static *
recursive-include passkeys/static *
recursive-include passkeys *
recursive-exclude example *
recursive-exclude passkeys *.pyc
recursive-exclude env *.pyo
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Downloads](https://static.pepy.tech/badge/django-passkeys)](https://pepy.tech/project/django-passkeys)
[![Downloads / Month ](https://pepy.tech/badge/django-passkeys/month)](https://pepy.tech/project/django-passkeys)
[![build](https://github.com/mkalioby/django-passkeys/actions/workflows/basic_checks.yml/badge.svg)](https://github.com/mkalioby/django-passkeys/actions/workflows/basic_checks.yml)
![Coverage](coverage.svg)
![Coverage](https://raw.githubusercontent.com/mkalioby/django-passkeys/main/coverage.svg)

An extension to Django *ModelBackend* backend to support passkeys.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-passkeys',
version='1.2.0',
version='1.2.3',
description='A Django Authentication Backend for Passkeys',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a310683

Please sign in to comment.