Skip to content

Commit cf2b71c

Browse files
committed
Add Readme headers
1 parent f87f209 commit cf2b71c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# OneLogin's SAML Python Toolkit
22

3+
[![Build Status](https://api.travis-ci.org/onelogin/python-saml.png?branch=master)](http://travis-ci.org/onelogin/python-saml)
34
[![Coverage Status](https://coveralls.io/repos/onelogin/python-saml/badge.png)](https://coveralls.io/r/onelogin/python-saml)
45

56
Add SAML support to your Python softwares using this library.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
author='OneLogin',
2121
author_email='support@onelogin.com',
22-
license='BSD',
22+
license='MIT',
2323
url='https://github.com/onelogin/python-saml',
2424
packages=['onelogin/saml2'],
2525
package_dir={

0 commit comments

Comments
 (0)