Skip to content

Commit 7227ece

Browse files
committed
Add changelog badge/URL, drop build badge
1 parent ce93235 commit 7227ece

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Google's [Diff Match and Patch][DMP] library, packaged for modern Python.
44

5-
[![build status](https://travis-ci.org/diff-match-patch-python/diff-match-patch.svg?branch=master)](https://travis-ci.org/diff-match-patch-python/diff-match-patch)
65
[![version](https://img.shields.io/pypi/v/diff-match-patch.svg)](https://pypi.org/project/diff-match-patch)
6+
[![changelog](https://img.shields.io/badge/change-log-blue)](https://github.com/diff-match-patch-python/diff-match-patch/blob/main/CHANGELOG.md)
77
[![license](https://img.shields.io/pypi/l/diff-match-patch.svg)](https://github.com/diff-match-patch-python/diff-match-patch/blob/master/LICENSE)
88

99
## Install

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dev = [
3535

3636
[project.urls]
3737
Github = "https://github.com/diff-match-patch-python/diff-match-patch"
38+
Changelog = "https://github.com/diff-match-patch-python/diff-match-patch/blob/main/CHANGELOG.md"
3839

3940
[tool.flit.sdist]
4041
exclude = [

0 commit comments

Comments
 (0)