diff --git a/.travis.yml b/.travis.yml index 2707a70a..53170ee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ deploy: provider: pypi # PyPI credentials supplied with environment variables from repository settings on: - repo: jjkester/django-auditlog + repo: jazzband/django-auditlog branch: stable condition: $TOXENV = py38-django-30 edge: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..ad78220b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/) + +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). diff --git a/README.md b/README.md index 84f26da7..d499699f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ django-auditlog =============== -[![Build Status](https://travis-ci.org/jjkester/django-auditlog.svg?branch=master)](https://travis-ci.org/jjkester/django-auditlog) +[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/) +[![Build Status](https://travis-ci.org/jazzband/django-auditlog.svg?branch=master)](https://travis-ci.org/jazzband/django-auditlog) [![Docs](https://readthedocs.org/projects/django-auditlog/badge/?version=latest)](http://django-auditlog.readthedocs.org/en/latest/?badge=latest) **Please remember that this app is still in development.** diff --git a/docs/source/index.rst b/docs/source/index.rst index 9afcb5e2..a9c0016a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -36,5 +36,5 @@ Contribute to Auditlog If you discovered a bug or want to improve the code, please submit an issue and/or pull request via GitHub. Before submitting a new issue, please make sure there is no issue submitted that involves the same problem. -| GitHub repository: https://github.com/jjkester/django-auditlog -| Issues: https://github.com/jjkester/django-auditlog/issues +| GitHub repository: https://github.com/jazzband/django-auditlog +| Issues: https://github.com/jazzband/django-auditlog/issues diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 4833db75..149e2fa3 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -7,7 +7,7 @@ way to do this is by using the Python Package Index (PyPI). Simply run the follo ``pip install django-auditlog`` Instead of installing Auditlog via PyPI, you can also clone the Git repository or download the source code via GitHub. -The repository can be found at https://github.com/jjkester/django-auditlog/. +The repository can be found at https://github.com/jazzband/django-auditlog/. **Requirements** @@ -15,7 +15,7 @@ The repository can be found at https://github.com/jjkester/django-auditlog/. - Django 2.2 or higher Auditlog is currently tested with Python 3.5 - 3.8 and Django 2.2, 3.0 and 3.1. The latest test report can be found -at https://travis-ci.org/jjkester/django-auditlog. +at https://travis-ci.org/jazzband/django-auditlog. Adding Auditlog to your Django application ------------------------------------------ diff --git a/setup.py b/setup.py index 436cac08..03c3c78f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ name='django-auditlog', version=auditlog.__version__, packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'], - url='https://github.com/jjkester/django-auditlog', + url='https://github.com/jazzband/django-auditlog', license='MIT', author='Jan-Jelle Kester', description='Audit log app for Django', @@ -24,8 +24,6 @@ ], zip_safe=False, classifiers=[ - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',