File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 92
92
"view" ,
93
93
]
94
94
__docformat__ = "epytext"
95
+ __version__ = "0.3.13"
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core >=3.2,<4 " ]
2
+ requires = [" flit_core" ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " jenkinsapi"
7
- version = " 0.3.13"
8
7
authors = [
9
8
{
name =
" Salim Fadhley" ,
email =
" [email protected] " },
10
9
{
name =
" Aleksey Maksimov" ,
email =
" [email protected] " },
@@ -38,6 +37,7 @@ classifiers = [
38
37
" Topic :: Utilities" ,
39
38
]
40
39
requires-python = " >=3.8"
40
+ dynamic = [" version" ]
41
41
dependencies = [
42
42
" pytz>=2014.4" ,
43
43
" requests>=2.3.0" ,
@@ -53,6 +53,7 @@ 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"
56
57
57
58
[tool .build_sphinx ]
58
59
source-dir = " doc/source"
You can’t perform that action at this time.
0 commit comments