Skip to content

Commit 0a41525

Browse files
committed
minor correction
1 parent 36d0b95 commit 0a41525

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The current version includes (but is not limited to) the following functions:
2727
- preprocessing of data,
2828
- searching for association rules,
2929
- providing output of mined association rules,
30-
- generating statistics about mined association rules.
31-
- visualization of association rules
30+
- generating statistics about mined association rules,
31+
- visualization of association rules.
3232

3333
## Installation
3434

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ authors = ["Žiga Stupan <[email protected]>", "Iztok Fister Jr. <iztok
66
readme = "README.md"
77

88
include = [
9-
{ path="LICENSE", format="sdist" }
9+
{ path="LICENSE", format="sdist" },
10+
{ path="CHANGELOG.md", format="sdist" },
1011
]
1112

1213
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)