Skip to content

Commit 4591cd4

Browse files
authored
Add more shields. (#69)
1 parent 26dfb12 commit 4591cd4

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

README.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,23 @@
66

77
.. start-badges
88
9+
.. image:: https://img.shields.io/pypi/v/pytask?color=blue
10+
:alt: PyPI
11+
:target: https://pypi.org/project/pytask
12+
13+
.. image:: https://img.shields.io/pypi/pyversions/pytask
14+
:alt: PyPI - Python Version
15+
:target: https://pypi.org/project/pytask
16+
917
.. image:: https://anaconda.org/pytask/pytask/badges/version.svg
1018
:target: https://anaconda.org/pytask/pytask
1119

1220
.. image:: https://anaconda.org/pytask/pytask/badges/platforms.svg
1321
:target: https://anaconda.org/pytask/pytask
1422

23+
.. image:: https://img.shields.io/pypi/l/pytask
24+
:alt: PyPI - License
25+
1526
.. image:: https://readthedocs.org/projects/pytask-dev/badge/?version=latest
1627
:target: https://pytask-dev.readthedocs.io/en/latest
1728

@@ -78,11 +89,15 @@ Installation
7889

7990
.. start-installation
8091
81-
pytask is available on `Anaconda.org <https://anaconda.org/pytask/pytask>`_. Install the
82-
package with
92+
pytask is available on `PyPI <https://pypi.org/project/pytask>`_ and on `Anaconda.org
93+
<https://anaconda.org/pytask/pytask>`_. Install the package with
8394

8495
.. code-block:: console
8596
97+
$ pip install pytask
98+
99+
# or
100+
86101
$ conda config --add channels conda-forge --add channels pytask
87102
$ conda install pytask
88103

docs/changes.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Changes
33

44
This is a record of all past pytask releases and what went into them in reverse
55
chronological order. Releases follow `semantic versioning <https://semver.org/>`_ and
6-
all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>`_.
6+
all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
7+
`Anaconda.org <https://anaconda.org/pytask/pytask>`_.
78

89

9-
0.0.12 - 2020-xx-xx
10+
0.0.12 - 2020-02-27
1011
-------------------
1112

1213
- :gh:`55` implements miscellaneous fixes to improve error message, tests and coverage.
@@ -15,7 +16,8 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
1516
- :gh:`61` adds many changes to the documentation.
1617
- :gh:`65` adds versioneer to pytask and :gh:`66` corrects the coverage reports which
1718
were deflated due to the new files.
18-
- :gh:`67` prepares pytask to be published on PyPI and :gh:`68` fixes the pipeline.
19+
- :gh:`67` prepares pytask to be published on PyPI and :gh:`68` fixes the pipeline, and
20+
:gh:`69` prepares releasing v0.0.12 and adds new shields.
1921

2022

2123
0.0.11 - 2020-12-27

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@
6464
package_dir={"": "src"},
6565
platforms="any",
6666
include_package_data=True,
67+
zip_safe=False,
6768
)

0 commit comments

Comments
 (0)