1
1
[project ]
2
2
requires-python = " >=3.10"
3
3
4
- [tool .poetry ]
5
4
name = " jockey"
6
5
version = " 0.2.1"
7
6
description = " A CLI tool designed to facilitate quick and easy retrieval of Juju objects using filters."
8
7
readme = " README.md"
9
8
authors = [
10
- " Connor Chamberlain < [email protected] > " ,
11
- " Pedro Castillo < [email protected] > "
9
+ { name = " Connor Chamberlain" , email = " [email protected] " } ,
10
+ { name = " Pedro Castillo" , email = " [email protected] " },
12
11
]
13
12
14
13
classifiers = [
@@ -17,9 +16,8 @@ classifiers = [
17
16
" Operating System :: POSIX :: Linux" ,
18
17
]
19
18
20
- packages = [
21
- { include = " jockey" , from = " src" }
22
- ]
19
+ [tool .poetry ]
20
+ packages = [{ include = " jockey" , from = " src" }]
23
21
24
22
[tool .poetry .scripts ]
25
23
juju-jockey = " jockey:main"
@@ -72,9 +70,7 @@ directory = "htmlcov"
72
70
73
71
[tool .pytest .ini_options ]
74
72
pythonpath = " src"
75
- addopts = [
76
- " --import-mode=importlib" ,
77
- ]
73
+ addopts = [" --import-mode=importlib" ]
78
74
md_report = true
79
75
md_report_verbose = 0
80
76
md_report_color = " auto"
@@ -149,10 +145,7 @@ juju-jockey = { source = "src/jockey/__init__.py", type = "onefile", bundle = fa
149
145
150
146
[tool .commitizen ]
151
147
tag_format = " v$version"
152
- version_files = [
153
- " pyproject.toml:version" ,
154
- " src/jockey/__init__.py"
155
- ]
148
+ version_files = [" pyproject.toml:version" , " src/jockey/__init__.py" ]
156
149
bump_message = " bump: $current_version -> $new_version [skip ci]"
157
150
158
151
[build-system ]
0 commit comments