diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ad78220 --- /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/MANIFEST.in b/MANIFEST.in index 8d19207..d26c62c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,2 @@ -include *.py *.txt *.rst MANIFEST.in +include *.py *.txt *.rst *.md MANIFEST.in recursive-include docs *.rst *.py make.bat Makefile - diff --git a/README.rst b/README.rst index a8dfd6d..64c4087 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,19 @@ +.. image:: https://jazzband.co/static/img/badge.svg + :target: https://jazzband.co/ + :alt: Jazzband + .. image:: https://readthedocs.org/projects/contextlib2/badge/?version=latest - :target: https://contextlib2.readthedocs.org/ - :alt: Latest Docs + :target: https://contextlib2.readthedocs.org/ + :alt: Latest Docs -.. image:: https://img.shields.io/travis/ncoghlan/contextlib2/master.svg - :target: http://travis-ci.org/ncoghlan/contextlib2 +.. image:: https://img.shields.io/travis/jazzband/contextlib2/master.svg + :target: http://travis-ci.org/jazzband/contextlib2 -.. image:: https://coveralls.io/repos/github/ncoghlan/contextlib2/badge.svg?branch=master - :target: https://coveralls.io/github/ncoghlan/contextlib2?branch=master +.. image:: https://coveralls.io/repos/github/jazzband/contextlib2/badge.svg?branch=master + :target: https://coveralls.io/github/jazzband/contextlib2?branch=master -.. image:: https://landscape.io/github/ncoghlan/contextlib2/master/landscape.svg - :target: https://landscape.io/github/ncoghlan/contextlib2/ +.. image:: https://landscape.io/github/jazzband/contextlib2/master/landscape.svg + :target: https://landscape.io/github/jazzband/contextlib2/ contextlib2 is a backport of the `standard library's contextlib module `_ to diff --git a/docs/index.rst b/docs/index.rst index 71474a2..72c1e12 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -696,8 +696,8 @@ Development and Support contextlib2 is developed and maintained on GitHub_. Problems and suggested improvements can be posted to the `issue tracker`_. -.. _GitHub: https://github.com/ncoghlan/contextlib2 -.. _issue tracker: https://github.com/ncoghlan/contextlib2/issues +.. _GitHub: https://github.com/jazzband/contextlib2 +.. _issue tracker: https://github.com/jazzband/contextlib2/issues .. include:: ../NEWS.rst