Skip to content

Commit

Permalink
Merge pull request #445 from nschloe/small-fixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
nschloe committed Nov 1, 2020
2 parents 0a83d86 + 39cbc6f commit 3ca706e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
run: |
pip install tox
tox
- name: Submit to codecov
- uses: codecov/codecov-action@v1
if: ${{ matrix.python-version == '3.8' }}
run: bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
</p>

[![PyPi Version](https://img.shields.io/pypi/v/tikzplotlib.svg?style=flat-square)](https://pypi.org/project/tikzplotlib)
[![Packaging status](https://repology.org/badge/tiny-repos/python:tikzplotlib.svg)](https://repology.org/project/python:tikzplotlib/versions)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/tikzplotlib.svg?style=flat-square)](https://pypi.org/pypi/tikzplotlib/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1173089.svg?style=flat-square)](https://doi.org/10.5281/zenodo.1173089)
[![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)
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ classifiers =
Programming Language :: Python :: 3.8
Topic :: Multimedia :: Graphics :: Graphics Conversion
Topic :: Scientific/Engineering :: Visualization
keywords =
latex
tikz
matplotlib
graphics

[options]
packages = find:
Expand Down

0 comments on commit 3ca706e

Please sign in to comment.