Skip to content

Commit 5ed1614

Browse files
authored
Fix post-release issues. (#6)
1 parent ac47fe5 commit 5ed1614

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ in reverse chronological order. Releases follow `semantic versioning
88
<https://anaconda.org/pytask/latex-dependency-scanner>`_.
99

1010

11-
0.0.3 - 2021-xx-xx
11+
0.0.3 - 2021-03-05
1212
------------------
1313

1414
- :gh:`4` adds the PyPI install option to the README and more shields.

MANIFEST.in

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
include LICENSE
2-
include versioneer.py
3-
include src/latex_dependency_scanner/_version.py
1+
prune .conda
2+
prune tests
43

54
exclude *.rst
65
exclude *.yml
76
exclude *.yaml
87
exclude tox.ini
98

10-
prune .conda
11-
prune tests
9+
include README.rst
10+
include LICENSE
11+
include versioneer.py
12+
include src/latex_dependency_scanner/_version.py

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
:alt: PyPI - Python Version
77
:target: https://pypi.org/project/latex-dependency-scanner
88

9-
.. image:: https://anaconda.org/pytask/latex-dependency-scanner/badges/version.svg
10-
:target: https://anaconda.org/pytask/latex-dependency-scanner
9+
.. image:: https://img.shields.io/conda/vn/conda-forge/latex-dependency-scanner.svg
10+
:target: https://anaconda.org/conda-forge/latex-dependency-scanner
1111

12-
.. image:: https://anaconda.org/pytask/latex-dependency-scanner/badges/platforms.svg
13-
:target: https://anaconda.org/pytask/latex-dependency-scanner
12+
.. image:: https://img.shields.io/conda/pn/conda-forge/latex-dependency-scanner.svg
13+
:target: https://anaconda.org/conda-forge/latex-dependency-scanner
1414

1515
.. image:: https://img.shields.io/pypi/l/latex-dependency-scanner
1616
:alt: PyPI - License
17+
:target: https://pypi.org/project/latex-dependency-scanner
1718

18-
.. image:: https://github.com/pytask-dev/latex-dependency-scanner/workflows/Continuous%20Integration%20Workflow/badge.svg?branch=main
19-
:target: https://github.com/pytask-dev/latex-dependency-scanner/actions?query=branch%3Amain
19+
.. image:: https://img.shields.io/github/workflow/status/pytask-dev/latex-dependency-scanner/Continuous%20Integration%20Workflow/main
20+
:target: https://github.com/pytask-dev/latex-dependency-scanner/actions?query=branch%3Amain
2021

2122
.. image:: https://codecov.io/gh/pytask-dev/latex-dependency-scanner/branch/main/graph/badge.svg
2223
:target: https://codecov.io/gh/pytask-dev/latex-dependency-scanner
@@ -41,16 +42,15 @@ Installation
4142

4243
latex-dependency-scanner is available on `PyPI
4344
<https://pypi.org/project/latex-dependency-scanner>`_ and `Anaconda.org
44-
<https://anaconda.org/pytask/latex-dependency-scanner>`_. Install it with
45+
<https://anaconda.org/conda-forge/latex-dependency-scanner>`_. Install it with
4546

4647
.. code-block:: console
4748
4849
$ pip install latex-dependency-scanner
4950
5051
# or
5152
52-
$ conda config --add channels conda-forge --add channels pytask
53-
$ conda install latex-dependency-scanner
53+
$ conda install -c conda-forge latex-dependency-scanner
5454
5555
5656
Usage

0 commit comments

Comments
 (0)