File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " efficient_apriori"
7- version = " 2.0.4 "
7+ version = " 2.0.5 "
88dynamic = [" readme" ]
9- description = " An efficient Python implementation of the Apriori algorithm."
9+ description = " An efficient Python implementation of the Apriori algorithm."
1010license = {file = " LICENSE" }
1111authors = [
1212 {name = " tommyod" , email = " tommy.odland@gmail.com" },
@@ -28,21 +28,19 @@ Homepage = "https://github.com/tommyod/Efficient-Apriori"
2828Documentation = " https://github.com/tommyod/Efficient-Apriori#readme"
2929Repository = " https://github.com/tommyod/Efficient-Apriori.git"
3030
31+ [tool .setuptools ]
32+ packages = [" efficient_apriori" ]
33+
3134[tool .setuptools .dynamic ]
3235readme = { 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 ]
4038testpaths = [" efficient_apriori/tests" ]
4139addopts = " -v -ra -q"
4240log_cli = true
4341log_cli_level = " INFO"
4442log_format = " %(asctime)s %(levelname)s %(message)s"
4543log_date_format = " %Y-%m-%d %H:%M:%S"
46- minversion = " 3.7 "
44+ minversion = " 3.8 "
4745filterwarnings = " ignore"
4846norecursedirs = " docs"
You can’t perform that action at this time.
0 commit comments