Skip to content

Commit 16fcabd

Browse files
Update README and setup.py
to resolve pypi README docs formatting issue Co-authored-by: Chris Cenatiempo <[email protected]>
1 parent 6268137 commit 16fcabd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ When the CSRF validation token doesn't match, django-admin-oauth2 will redirect
7676

7777
## Changelog
7878

79+
- 1.3.1: Update setup.py so pypi README docs are formatted
7980
- 1.3.0: Add support for `JSONSerializer`
8081
- 1.2.1: Add support for django 4, retain backwards compat with Django 1.x
8182
- 1.2.0: Allow overriding oauth scope with new parameter, OAUTHADMIN_SCOP

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717

1818
setup(
1919
name='django-admin-oauth2',
20-
version='1.3.0',
20+
version='1.3.1',
2121
description='A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider',
2222
long_description=README,
23+
long_description_content_type='text/markdown',
2324
url='https://github.com/RealGeeks/django-admin-oauth2',
2425
author='Real Geeks LLC',
2526
author_email='[email protected]',

0 commit comments

Comments
 (0)