Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)
=====================

Copyright Copyright `2015-TODAY` `LasLabs Inc.`
Copyright `2015-TODAY` `LasLabs Inc.`

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
24 changes: 15 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
|License MIT| | |Build Status| | |Coveralls Status| | |Codecov Status| | |Code Climate|
|License MIT| | |PyPi Package| | |PyPi Versions|

|Build Status| | |Test Coverage| | |Code Climate|

====================
Python CFSSL Library
Expand Down Expand Up @@ -56,14 +58,18 @@ Maintainer
:alt: LasLabs Inc.
:target: https://laslabs.com

.. |Build Status| image:: https://api.travis-ci.org/LasLabs/python-cfssl.svg?branch=master
.. |Build Status| image:: https://img.shields.io/travis/LasLabs/python-cfssl/master.svg
:target: https://travis-ci.org/LasLabs/python-cfssl
.. |Coveralls Status| image:: https://coveralls.io/repos/LasLabs/python-cfssl/badge.svg?branch=master
:target: https://coveralls.io/r/LasLabs/python-cfssl?branch=master
.. |Codecov Status| image:: https://codecov.io/gh/LasLabs/python-cfssl/branch/master/graph/badge.svg
.. |Test Coverage| image:: https://img.shields.io/codecov/c/github/LasLabs/python-cfssl/master.svg
:target: https://codecov.io/gh/LasLabs/python-cfssl
.. |Code Climate| image:: https://codeclimate.com/github/laslabs/Python-CFSSL/badges/gpa.svg
:target: https://codeclimate.com/github/laslabs/Python-CFSSL
.. |License MIT| image:: https://img.shields.io/badge/license-MIT-blue.svg
.. |Code Climate| image:: https://img.shields.io/codeclimate/github/LasLabs/python-cfssl.svg
:target: https://codeclimate.com/github/LasLabs/python-cfssl
.. |License MIT| image:: https://img.shields.io/github/license/laslabs/python-cfssl.svg
:target: https://opensource.org/licenses/MIT
:alt: License: AGPL-3
:alt: License: MIT
.. |PyPi Package| image:: https://img.shields.io/pypi/v/cfssl.svg
:target: https://pypi.python.org/pypi/cfssl
:alt: PyPi Package
.. |PyPi Versions| image:: https://img.shields.io/pypi/pyversions/cfssl.svg
:target: https://pypi.python.org/pypi/cfssl
:alt: PyPi Versions
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
],
'version': version,
Expand Down