Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jazzband branding #106

Merged
merged 5 commits into from
Jun 21, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 5 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. image:: https://jazzband.co/static/img/jazzband.svg
:target: https://jazzband.co/
:alt: Jazzband

This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree to abide by the `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_ and follow the `guidelines <https://jazzband.co/about/guidelines>`_.
17 changes: 0 additions & 17 deletions CONTRIBUTORS.rst

This file was deleted.

14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
Django User Sessions
====================

.. image:: https://travis-ci.org/Bouke/django-user-sessions.svg?branch=master
.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband

.. image:: https://travis-ci.org/jazzband/django-user-sessions.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/Bouke/django-user-sessions
:target: https://travis-ci.org/jazzband/django-user-sessions

.. image:: https://codecov.io/gh/Bouke/django-user-sessions/branch/master/graph/badge.svg
.. image:: https://codecov.io/gh/jazzband/django-user-sessions/branch/master/graph/badge.svg
:alt: Test Coverage
:target: https://codecov.io/gh/Bouke/django-user-sessions
:target: https://codecov.io/gh/jazzband/django-user-sessions

.. image:: https://badge.fury.io/py/django-user-sessions.svg
:alt: PyPI
Expand Down Expand Up @@ -149,7 +153,7 @@ This library was written by `Bouke Haarsma`_.
https://django-user-sessions.readthedocs.io/en/stable/installation.html
.. _`example app`: https://example-two-factor-auth.herokuapp.com
.. _Heroku: https://www.heroku.com
.. _`django-two-factor-auth`: https://github.com/Bouke/django-two-factor-auth
.. _`django-two-factor-auth`: https://github.com/jazzband/django-two-factor-auth
.. _installing GeoIP:
https://docs.djangoproject.com/en/2.0/ref/contrib/gis/geoip2/
.. _tox: https://testrun.org/tox/latest/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description=open('README.rst').read(),
author='Bouke Haarsma',
author_email='[email protected]',
url='http://github.com/Bouke/django-user-sessions',
url='http://github.com/jazzband/django-user-sessions',
download_url='https://pypi.python.org/pypi/django-user-sessions',
license='MIT',
packages=find_packages(exclude=('example', 'tests',)),
Expand Down