Skip to content

Commit 723bc03

Browse files
committed
add some badges plus fix pyproject.toml
1 parent 27f201f commit 723bc03

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# setjoin
22

3+
[![PyPI version](https://img.shields.io/pypi/v/setjoin.svg)](https://pypi.org/project/setjoin/)
4+
[![Python versions](https://img.shields.io/pypi/pyversions/setjoin.svg)](https://pypi.org/project/setjoin/)
5+
[![License](https://img.shields.io/pypi/l/setjoin.svg)](https://github.com/finite-sample/setjoin/blob/main/LICENSE)
6+
[![CI](https://github.com/finite-sample/setjoin/actions/workflows/ci.yml/badge.svg)](https://github.com/finite-sample/setjoin/actions/workflows/ci.yml)
7+
38
Record linkage that keeps groups together. Match persons while preserving household membership, students while respecting school assignments, or any hierarchical data where group integrity matters.
49

510
## The Problem

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ docs = [
4949
all = ["setjoin[viz,dev,docs]"]
5050

5151
[project.urls]
52-
Homepage = "https://github.com/soodoku/setjoin"
53-
Documentation = "https://soodoku.github.io/setjoin"
54-
Repository = "https://github.com/soodoku/setjoin"
55-
Issues = "https://github.com/soodoku/setjoin/issues"
52+
Homepage = "https://github.com/finite-sample/setjoin"
53+
Documentation = "https://finite-sample.github.io/setjoin"
54+
Repository = "https://github.com/finite-sample/setjoin"
55+
Issues = "https://github.com/finite-sample/setjoin/issues"
5656

5757
[build-system]
5858
requires = ["hatchling"]

0 commit comments

Comments
 (0)