mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Merge pull request #205 from jazzband/feature/rename-default-branch
Rename default branch (master ➜ main)
This commit is contained in:
commit
1d9a3b5626
4 changed files with 7 additions and 7 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -3,10 +3,10 @@ name: Check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -3,10 +3,10 @@ name: Test
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python-django:
|
python-django:
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ an asynchronous version of the Javascript code if possible.
|
||||||
.. |build-status| image:: https://github.com/jazzband/django-analytical/workflows/Test/badge.svg
|
.. |build-status| image:: https://github.com/jazzband/django-analytical/workflows/Test/badge.svg
|
||||||
:target: https://github.com/jazzband/django-analytical/actions
|
:target: https://github.com/jazzband/django-analytical/actions
|
||||||
:alt: GitHub Actions
|
:alt: GitHub Actions
|
||||||
.. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/master/graph/badge.svg
|
.. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/main/graph/badge.svg
|
||||||
:alt: Test coverage
|
:alt: Test coverage
|
||||||
:target: https://codecov.io/gh/jazzband/django-analytical
|
:target: https://codecov.io/gh/jazzband/django-analytical
|
||||||
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg
|
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg
|
||||||
|
|
@ -37,7 +37,7 @@ an asynchronous version of the Javascript code if possible.
|
||||||
:alt: Python versions
|
:alt: Python versions
|
||||||
.. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg
|
.. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg
|
||||||
:alt: Software license
|
:alt: Software license
|
||||||
:target: https://github.com/jazzband/django-analytical/blob/master/LICENSE.txt
|
:target: https://github.com/jazzband/django-analytical/blob/main/LICENSE.txt
|
||||||
.. |gitter| image:: https://img.shields.io/gitter/room/jazzband/django-analytical.svg
|
.. |gitter| image:: https://img.shields.io/gitter/room/jazzband/django-analytical.svg
|
||||||
:alt: Gitter chat room
|
:alt: Gitter chat room
|
||||||
:target: https://gitter.im/jazzband/django-analytical
|
:target: https://gitter.im/jazzband/django-analytical
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ setup(
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
url='https://github.com/jazzband/django-analytical',
|
url='https://github.com/jazzband/django-analytical',
|
||||||
download_url='https://github.com/jazzband/django-analytical/archive/master.zip',
|
download_url='https://github.com/jazzband/django-analytical/archive/main.zip',
|
||||||
project_urls={
|
project_urls={
|
||||||
'Documentation': 'https://django-analytical.readthedocs.io/',
|
'Documentation': 'https://django-analytical.readthedocs.io/',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue