File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " efficient_apriori"
7
- version = " 2.0.4 "
7
+ version = " 2.0.5 "
8
8
dynamic = [" readme" ]
9
- description = " An efficient Python implementation of the Apriori algorithm."
9
+ description = " An efficient Python implementation of the Apriori algorithm."
10
10
license = {file = " LICENSE" }
11
11
authors = [
12
12
{
name =
" tommyod" ,
email =
" [email protected] " },
@@ -28,21 +28,19 @@ Homepage = "https://github.com/tommyod/Efficient-Apriori"
28
28
Documentation = " https://github.com/tommyod/Efficient-Apriori#readme"
29
29
Repository = " https://github.com/tommyod/Efficient-Apriori.git"
30
30
31
+ [tool .setuptools ]
32
+ packages = [" efficient_apriori" ]
33
+
31
34
[tool .setuptools .dynamic ]
32
35
readme = { file = " README.md" , content-type = " text/markdown" }
33
36
34
- [tool .setuptools .packages .find ]
35
- where = [" efficient_apriori" ]
36
- exclude = [" contrib" , " docs" , " tests" ]
37
- namespaces = false
38
-
39
37
[tool .pytest .ini_options ]
40
38
testpaths = [" efficient_apriori/tests" ]
41
39
addopts = " -v -ra -q"
42
40
log_cli = true
43
41
log_cli_level = " INFO"
44
42
log_format = " %(asctime)s %(levelname)s %(message)s"
45
43
log_date_format = " %Y-%m-%d %H:%M:%S"
46
- minversion = " 3.7 "
44
+ minversion = " 3.8 "
47
45
filterwarnings = " ignore"
48
46
norecursedirs = " docs"
You can’t perform that action at this time.
0 commit comments