Skip to content

Commit

Permalink
bump version to 0.1.8, include data in package
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Strojny committed Jan 17, 2025
1 parent df32ba1 commit 5c63f42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "blockingpy"
version = "0.1.7"
version = "0.1.8"
description = "Blocking records for record linkage and data deduplication based on ANN algorithms."
authors = ["Tymoteusz Strojny <[email protected]>", "Maciej Beręsewicz <[email protected]>"]
readme = "README.md"
Expand All @@ -9,6 +9,10 @@ repository = "https://github.com/ncn-foreigners/BlockingPy"
documentation = "https://blockingpy.readthedocs.io/en/latest/"
keywords = ["record-linkage", "deduplication", "ANN", "blocking", "data-matching"]
packages = [{include = "blockingpy"}]
include = [
"blockingpy/datasets/data/*.csv.gz",
"blockingpy/py.typed"
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 5c63f42

Please sign in to comment.