File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 35
35
run : |
36
36
pip install tox
37
37
tox
38
- - name : Submit to codecov
38
+ - uses : codecov/codecov-action@v1
39
39
if : ${{ matrix.python-version == '3.8' }}
40
- run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 4
4
</p >
5
5
6
6
[ ![ 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 )
7
8
[ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/tikzplotlib.svg?style=flat-square )] ( https://pypi.org/pypi/tikzplotlib/ )
8
9
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1173089.svg?style=flat-square )] ( https://doi.org/10.5281/zenodo.1173089 )
9
10
[ ![ 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 )
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ classifiers =
23
23
Programming Language :: Python :: 3.8
24
24
Topic :: Multimedia :: Graphics :: Graphics Conversion
25
25
Topic :: Scientific/Engineering :: Visualization
26
+ keywords =
27
+ latex
28
+ tikz
29
+ matplotlib
30
+ graphics
26
31
27
32
[options]
28
33
packages = find:
You can’t perform that action at this time.
0 commit comments