From 1ee112a390f9bc10466fc761056de51257debdcc Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Tue, 6 Oct 2015 23:45:36 +0100 Subject: [PATCH] Add build status image --- README | 5 ----- README.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 39d88b0..0000000 --- a/README +++ /dev/null @@ -1,5 +0,0 @@ -img2scad.py - Convert black and white images to OpenSCAD structures. - -Installation / upgrade: sudo pip2 install --upgrade img2scad - -Dependencies: Python Imaging Library (PIL) diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a7c68d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +img2scad +======== + +[![Build Status](https://travis-ci.org/l0b0/img2scad.svg)](https://travis-ci.org/l0b0/img2scad) + +Convert black and white images to OpenSCAD structures. + +Installation / upgrade: sudo pip2 install --upgrade img2scad + +Dependencies: Python Imaging Library (PIL)