Skip to content

Commit 3a0df8c

Browse files
committed
README
1 parent 51c3893 commit 3a0df8c

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
sudo apt-get update && sudo apt-get install xmlsec1
3030
python -m pip install --upgrade pip tox rstcheck setuptools codecov
31-
- name: Readme check
32-
if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.django-version }} == "3.0"
33-
run: rstcheck README.rst
31+
#- name: Readme check
32+
#if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.django-version }} == "3.0"
33+
#run: rstcheck README.rst
3434
- name: Tests
3535
run: tox -e py${{ matrix.python-version }}-django${{ matrix.django-version }}

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
djangosaml2
22
===========
33

4-
![CI build](https://github.com/peppelinu/djangosaml2/workflows/djangosaml2/badge.svg)
4+
![CI build](https://github.com/peppelinux/djangosaml2/workflows/djangosaml2/badge.svg)
55
![Python version](https://img.shields.io/badge/license-Apache%202-blue.svg)
66
![License](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue.svg)
77

@@ -12,7 +12,7 @@ A Django application that builds a Fully Compliant SAML2 Service Provider on top
1212
This document will guide you through a few simple steps to accomplish such goal.
1313

1414

15-
Please consult the `official Documentation of djangosaml2 <>`_ to get started.
15+
Please consult the [official Documentation of djangosaml2](https://djangosaml2.readthedocs.io/en/latest/) to get started.
1616

1717

1818
Contributing
@@ -32,11 +32,9 @@ Special thanks
3232
The story of this project is a community-driven project, born as a
3333
fork of another project and maintained by different authors at different times, such as:
3434

35-
3635
- [Lorenzo Gil Sanchez](https://github.com/lorenzogil)
3736
- [Jozef knaperek](https://github.com/knaperek)
38-
- me
3937

40-
A special thank to Jozef for having maintained this project with passion and diligence until the birth of version v1.0 and not least for allowing me to take the reins of all this.
38+
A special thank to Jozef for having maintained this project with passion and diligence until the birth of version v0.19.0 and not least for allowing me to take the reins of all this.
4139
A special thank to [Mathieu Hinderyckx](https://github.com/mhindery) for having give an important contribution to v1.0.
4240
I'd like to thank all the contributors, one by one, for the color and creativity with which they have enriched this project and will continue to do so.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def read(*rnames):
2626
name='djangosaml2',
2727
version='1.1.0',
2828
description='pysaml2 integration for Django',
29-
long_description=read('README.rst'),
29+
long_description=read('README.md'),
30+
long_description_content_type='text/markdown',
3031
classifiers=[
3132
"Development Status :: 5 - Production/Stable",
3233
"Environment :: Web Environment",

0 commit comments

Comments
 (0)