-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version to 0.1.8, include data in package
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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", | ||
|