Skip to content

Commit 9e93e4f

Browse files
committed
chore(readme): add badges
1 parent d46ebb5 commit 9e93e4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ A build script for the older Astyle 3.1 is also provided in `build-scripts/3.1`.
2626

2727
## Tagging a new release
2828

29-
When tagging a new release, remember to update the package version in [astyle_py/__init__.py](astyle_py/__init__.py).
29+
When tagging a new release, remember to update the package version in:
30+
- [`astyle_py/__init__.py`](astyle_py/__init__.py)
31+
- [`README.md`](README.md)
3032

3133
The release will be uploaded to PyPI automatically once the tag is pushed.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# astyle_py — Python wrapper around [astyle](http://astyle.sourceforge.net/)
22

3+
![PyPI - Version](https://img.shields.io/pypi/v/astyle-py?labelColor=383838)
4+
[![CI](https://github.com/igrr/astyle_py/actions/workflows/main.yml/badge.svg)](https://github.com/igrr/astyle_py/actions/workflows/main.yml) ![Python](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/igrr/astyle_py/main/.github/workflows/main.yml&query=$.jobs['test'].strategy.matrix['python-version']&label=Python&logo=python&color=3366ff&logoColor=ffcc00&labelColor=383838)
5+
36
[Artistic Style (astyle)](http://astyle.sourceforge.net/) is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective‑C, C# and Java programming languages.
47

58
This project wraps `astyle` in a Python package. The package can be used:

0 commit comments

Comments
 (0)