Skip to content

Commit 8474e1d

Browse files
authored
Links to conda
1 parent b8b17d0 commit 8474e1d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ flake8-rst-docstrings
44
.. image:: https://img.shields.io/pypi/v/flake8-rst-docstrings.svg
55
:alt: Released on the Python Package Index (PyPI)
66
:target: https://pypi.python.org/pypi/flake8-rst-docstrings
7+
.. image:: https://img.shields.io/conda/vn/conda-forge/flake8-rst-docstrings.svg
8+
:alt: Released on Conda
9+
:target: https://anaconda.org/conda-forge/flake8-rst-docstrings
710
.. image:: https://img.shields.io/travis/peterjc/flake8-rst-docstrings/master.svg
811
:alt: Testing with TravisCI
912
:target: https://travis-ci.org/peterjc/flake8-rst-docstrings/branches
@@ -212,6 +215,13 @@ To make a new release once tested locally and on TravisCI::
212215
$ twine upload dist/flake8-rst-docstrings-X.Y.Z.tar.gz
213216
$ git push origin master --tags
214217

218+
Once that is done, you can update the `flake8-rst-docstrings conda-forge recipe
219+
<https://github.com/conda-forge/flake8-rst-docstrings-feedstock/blob/master/recipe/meta.yaml>`_
220+
with a pull request. Typically all that needs changing is the version number
221+
and the SHA256 checksum (which you can simply copy from the `PyPI download
222+
files page <https://pypi.org/project/flake8-rst-docstrings/#files>`_).
223+
224+
215225
TODO
216226
----
217227

0 commit comments

Comments
 (0)