8000 :art: render the badges (#148) · drinkingjava/python-versioneer@87878e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87878e7

Browse files
philschatzwarner
authored andcommitted
🎨 render the badges (python-versioneer#148)
1 parent 9a6513d commit 87878e7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ The Versioneer
66
* Brian Warner
77
* License: Public Domain
88
* Compatible With: python2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, and pypy
9-
* [![Latest Version]
10-
(https://pypip.in/version/versioneer/badge.svg?style=flat)
11-
](https://pypi.python.org/pypi/versioneer/)
12-
* [![Build Status]
13-
(https://travis-ci.org/warner/python-versioneer.png?branch=master)
14-
](https://travis-ci.org/warner/python-versioneer)
9+
* [![Latest Version](https://img.shields.io/pypi/v/versioneer.svg)](https://pypi.python.org/pypi/versioneer/)
10+
* [![Build Status](https://travis-ci.org/warner/python-versioneer.png?branch=master)](https://travis-ci.org/warner/python-versioneer)
1511

1612
This is a tool for managing a recorded version number in distutils-based
1713
python projects. The goal is to remove the tedious and error-prone "update

0 commit comments

Comments
 (0)
0