diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-23 16:47:01 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-23 16:47:01 +0530 |
commit | fcbee35104c369fbcc539f90b435d6d768070f2d (patch) | |
tree | c69bf76dfd7186e0cdc10040cd67da926aa3e2a3 /README.md | |
parent | 587a0bb3d14addcacd62282a46957b86d582f1be (diff) | |
download | meson-fcbee35104c369fbcc539f90b435d6d768070f2d.zip meson-fcbee35104c369fbcc539f90b435d6d768070f2d.tar.gz meson-fcbee35104c369fbcc539f90b435d6d768070f2d.tar.bz2 |
Add pypi status to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,9 +4,11 @@ MesonĀ® is a project to create the best possible next-generation build system. -####Build status +#### Status -[![Build Status](https://travis-ci.org/mesonbuild/meson.svg?branch=master)](https://travis-ci.org/mesonbuild/meson) [![Build status](https://ci.appveyor.com/api/projects/status/l5c8v71ninew2i3p?svg=true)](https://ci.appveyor.com/project/jpakkane/meson) +[![PyPI](https://img.shields.io/pypi/v/meson.svg)](https://pypi.python.org/pypi/meson) +[![Travis](https://travis-ci.org/mesonbuild/meson.svg?branch=master)](https://travis-ci.org/mesonbuild/meson) +[![Appveyor](https://ci.appveyor.com/api/projects/status/l5c8v71ninew2i3p?svg=true)](https://ci.appveyor.com/project/jpakkane/meson) ####Dependencies |