Skip to content

Commit b460944

Browse files
committed
Add build badges to README.md, update wording
1 parent 91c56ba commit b460944

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# tksvg for Python's Tkinter
2+
[![Build status](https://ci.appveyor.com/api/projects/status/9bsgu2urjv3qw0q0/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/python-tksvg/branch/master)
3+
[![Build Status](https://api.travis-ci.com/TkinterEP/python-tksvg.svg?branch=master)](https://travis-ci.org/TkinterEP/python-tksvg)
4+
25
[tksvg](https://github.com/oehhar/tksvg) is a package for Tcl/Tk that
36
adds support for SVG image files. Tkinter makes use of Tcl/Tk under the
47
hood, and thus can benefit from this addition. Note that SVG support
58
has been included in Tk 8.7 and thus this package can be made obsolete
6-
in the future when Python gets distributed with Tk 8.7. This package is
7-
merely a repackaging of the `tksvg` library for Python with a modified
8-
build system.
9+
in the future when Python gets distributed with Tk 8.7. This repository
10+
is merely a repackaging of the `tksvg` library for Python with a
11+
modified build system.
912

1013
## Building and installation
1114
This package makes use of the same build system as [`gttk`](https://github.com/TkinterEP/python-gttk)

0 commit comments

Comments
 (0)