Skip to content

Commit 25b685b

Browse files
authored
Merge branch 'master' into fix/logscale
2 parents 4d2a488 + 3ca706e commit 25b685b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ jobs:
3535
run: |
3636
pip install tox
3737
tox
38-
- name: Submit to codecov
38+
- uses: codecov/codecov-action@v1
3939
if: ${{ matrix.python-version == '3.8' }}
40-
run: bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</p>
55

66
[![PyPi Version](https://img.shields.io/pypi/v/tikzplotlib.svg?style=flat-square)](https://pypi.org/project/tikzplotlib)
7+
[![Packaging status](https://repology.org/badge/tiny-repos/python:tikzplotlib.svg)](https://repology.org/project/python:tikzplotlib/versions)
78
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/tikzplotlib.svg?style=flat-square)](https://pypi.org/pypi/tikzplotlib/)
89
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1173089.svg?style=flat-square)](https://doi.org/10.5281/zenodo.1173089)
910
[![GitHub stars](https://img.shields.io/github/stars/nschloe/tikzplotlib.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/nschloe/tikzplotlib)

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ classifiers =
2323
Programming Language :: Python :: 3.8
2424
Topic :: Multimedia :: Graphics :: Graphics Conversion
2525
Topic :: Scientific/Engineering :: Visualization
26+
keywords =
27+
latex
28+
tikz
29+
matplotlib
30+
graphics
2631

2732
[options]
2833
packages = find:

0 commit comments

Comments
 (0)