Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Apr 4, 2021
1 parent 51c3893 commit 51a1579
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install xmlsec1
python -m pip install --upgrade pip tox rstcheck setuptools codecov
- name: Readme check
if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.django-version }} == "3.0"
run: rstcheck README.rst
#- name: Readme check
#if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.django-version }} == "3.0"
#run: rstcheck README.rst
- name: Tests
run: tox -e py${{ matrix.python-version }}-django${{ matrix.django-version }}
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
djangosaml2
===========

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

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


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


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


- [Lorenzo Gil Sanchez](https://github.com/lorenzogil)
- [Jozef knaperek](https://github.com/knaperek)
- me

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.
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.
A special thank to [Mathieu Hinderyckx](https://github.com/mhindery) for having give an important contribution to v1.0.
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.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ def read(*rnames):
name='djangosaml2',
version='1.1.0',
description='pysaml2 integration for Django',
long_description=read('README.rst'),
long_description=read('README.md'),
long_description=README,
long_description_content_type='text/markdown',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit 51a1579

Please sign in to comment.