Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit cb77a5c

Browse files
authored
Merge pull request #21 from dipcode-software/feat/ci
Feat/ci
2 parents 6c20611 + 599e363 commit cb77a5c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django CBMail
22
================
33

4-
|Pypi| |Build Status| |Codacy Badge| |Coverage Status| |BCH compliance|
4+
|Build Status| |Codacy Badge| |Coverage Status| |BCH compliance| |Pypi|
55

66
Django module to easily send templated emails in a DRY way using
77
classes, just like Class Based Views.
@@ -84,8 +84,6 @@ projects and commercial products.
8484
.. _Settings reference: #settings-reference
8585
.. _License: #license
8686

87-
.. |Pypi| image:: https://img.shields.io/pypi/v/django-cbmail.svg?style=flat-square
88-
:target: https://pypi.python.org/pypi/django-cbmail
8987
.. |Build Status| image:: https://travis-ci.org/dipcode-software/django-cbmail.svg?branch=master
9088
:target: https://travis-ci.org/dipcode-software/django-cbmail
9189
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/d01ebbe43c684d478cacc530e44633ad
@@ -94,3 +92,5 @@ projects and commercial products.
9492
:target: https://coveralls.io/github/dipcode-software/django-cbmail?branch=master
9593
.. |BCH compliance| image:: https://bettercodehub.com/edge/badge/dipcode-software/django-cbmail?branch=master
9694
:target: https://bettercodehub.com/
95+
.. |Pypi| image:: https://img.shields.io/pypi/v/django-cbmail.svg?style=flat
96+
:target: https://pypi.python.org/pypi/django-cbmail

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class DevelopmentPublishCommand(PublishCommand):
8383
classifiers=[
8484
'Environment :: Web Environment',
8585
'Framework :: Django',
86+
'Framework :: Django :: 1.9',
8687
'Framework :: Django :: 1.10',
8788
'Framework :: Django :: 1.11',
8889
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)