File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ Please give us a shiny  and rename package to ` grafana-django-saml2-auth `
4+
5+ 3.5.1: Fix an issue introduced in #35
6+
373.5.0: Add support for three new hook functions for JWT (#35 )
48
593.4.0: Add support for Django 3.2 and 4.0 and remove support for older Python and Django versions
Original file line number Diff line number Diff line change 11"""The setup module for django_saml2_auth.
22See:
3- https://github.com/loadimpact /django_saml2_auth
3+ https://github.com/grafana /django_saml2_auth
44"""
55
66from codecs import open
1414 long_description = f .read ()
1515
1616setup (
17- name = "django_saml2_auth " ,
17+ name = "grafana_django_saml2_auth " ,
1818
19- version = "3.5.1 " ,
19+ version = "3.6.0 " ,
2020
2121 description = "Django SAML2 Authentication Made Easy." ,
2222 long_description = long_description ,
23+ long_description_content_type = "text/markdown" ,
2324
2425 url = "https://github.com/grafana/django-saml2-auth" ,
2526
2627 author = "Fang Li" ,
27282829
2930 maintainer = "Mostafa Moradian" ,
30- maintainer_email = "mostafa@k6.io " ,
31+ maintainer_email = "mostafa@grafana.com " ,
3132
3233 license = "Apache 2.0" ,
3334
You can’t perform that action at this time.
0 commit comments