Skip to content

Commit 2497082

Browse files
author
tommyod
committed
discovery
1 parent c831be1 commit 2497082

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pyproject.toml

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "efficient_apriori"
7-
version = "2.0.4"
7+
version = "2.0.5"
88
dynamic = ["readme"]
9-
description = " An efficient Python implementation of the Apriori algorithm."
9+
description = "An efficient Python implementation of the Apriori algorithm."
1010
license = {file = "LICENSE"}
1111
authors = [
1212
{name = "tommyod", email = "[email protected]"},
@@ -28,21 +28,19 @@ Homepage = "https://github.com/tommyod/Efficient-Apriori"
2828
Documentation = "https://github.com/tommyod/Efficient-Apriori#readme"
2929
Repository = "https://github.com/tommyod/Efficient-Apriori.git"
3030

31+
[tool.setuptools]
32+
packages = ["efficient_apriori"]
33+
3134
[tool.setuptools.dynamic]
3235
readme = { file = "README.md", content-type = "text/markdown"}
3336

34-
[tool.setuptools.packages.find]
35-
where = ["efficient_apriori"]
36-
exclude = ["contrib", "docs", "tests"]
37-
namespaces = false
38-
3937
[tool.pytest.ini_options]
4038
testpaths = ["efficient_apriori/tests"]
4139
addopts = "-v -ra -q"
4240
log_cli = true
4341
log_cli_level = "INFO"
4442
log_format = "%(asctime)s %(levelname)s %(message)s"
4543
log_date_format = "%Y-%m-%d %H:%M:%S"
46-
minversion = "3.7"
44+
minversion = "3.8"
4745
filterwarnings = "ignore"
4846
norecursedirs = "docs"

0 commit comments

Comments
 (0)