File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ coverage.xml
31
31
venv /
32
32
tags
33
33
.pytype /
34
+ uv.lock
Original file line number Diff line number Diff line change 92
92
"view" ,
93
93
]
94
94
__docformat__ = "epytext"
95
- # In case of jenkinsapi is not installed in 'develop' mode
96
- __version__ = "0.3.13"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " jenkinsapi"
7
+ version = " 0.3.13"
7
8
authors = [
8
9
{
name =
" Salim Fadhley" ,
email =
" [email protected] " },
9
10
{
name =
" Aleksey Maksimov" ,
email =
" [email protected] " },
@@ -37,7 +38,6 @@ classifiers = [
37
38
" Topic :: Utilities" ,
38
39
]
39
40
requires-python = " >=3.8"
40
- dynamic = [" version" ]
41
41
dependencies = [
42
42
" pytz>=2014.4" ,
43
43
" requests>=2.3.0" ,
@@ -53,7 +53,6 @@ warnerrors = "True"
53
53
54
54
[project .scripts ]
55
55
jenkins_invoke = " jenkinsapi.command_line.jenkins_invoke:main"
56
- jenkinsapi_version = " jenkinsapi.command_line.jenkinsapi_version:main"
57
56
58
57
[tool .build_sphinx ]
59
58
source-dir = " doc/source"
You can’t perform that action at this time.
0 commit comments