Skip to content

Commit

Permalink
Merge pull request #59 from nschloe/post-release
Browse files Browse the repository at this point in the history
Post release
  • Loading branch information
nschloe committed Oct 12, 2015
2 parents 09bc788 + 7cf2e70 commit 29b28ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.png
*.pdf
doc/_build/
MANIFEST
1 change: 0 additions & 1 deletion ChangeLog

This file was deleted.

13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[![Code Health](https://landscape.io/github/nschloe/matplotlib2tikz/master/landscape.png)](https://landscape.io/github/nschloe/matplotlib2tikz/master)
[![Coverage Status](https://coveralls.io/repos/nschloe/matplotlib2tikz/badge.svg?branch=master&service=github)](https://coveralls.io/github/nschloe/matplotlib2tikz?branch=master)
[![Documentation Status](https://readthedocs.org/projects/matplotlib2tikz/badge/?version=latest)](https://readthedocs.org/projects/matplotlib2tikz/?badge=latest)

[![PyPi Version](https://img.shields.io/pypi/v/matplotlib2tikz.svg)](https://pypi.python.org/pypi/matplotlib2tikz/0.2.0)
[![PyPi Downloads](https://img.shields.io/pypi/dm/matplotlib2tikz.svg)](https://pypi.python.org/pypi/matplotlib2tikz/0.2.0)

This is matplotlib2tikz, a Python tool for converting matplotlib figures into
[PGFPlots](https://www.ctan.org/pkg/pgfplots)
Expand Down Expand Up @@ -216,6 +217,16 @@ Just add your file, add it to `test/testfunction/__init__.py`, and run the
tests. A failing test will always print out the pHash, so you can leave it
empty in the first run and fill it in later to make the test pass.

### Distribution

To publish a new version of matplotlib2tikz on
[PyPi](https://pypi.python.org/pypi/matplotlib2tikz), make sure to have updated
the version numbers consistently. Then run
```
python setup.py sdist upload
```
Warnings about a missing `README` can be ignored.


### License

Expand Down

0 comments on commit 29b28ac

Please sign in to comment.