File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ build-backend = "poetry.core.masonry.api"
53
53
[tool .versioneer ]
54
54
VCS = " git"
55
55
style = " pep440-post"
56
- versionfile_source = " src/WebexPythonSDK /_version.py"
57
- versionfile_build = " WebexPythonSDK /_version.py"
56
+ versionfile_source = " src/webexpythonsdk /_version.py"
57
+ versionfile_build = " webexpythonsdk /_version.py"
58
58
tag_prefix = " v"
59
- parentdir_prefix = " WebexPythonSDK -"
59
+ parentdir_prefix = " webexpythonsdk -"
60
60
61
61
[tool .pytest .ini_options ]
62
62
addopts = " --strict-markers"
@@ -66,7 +66,7 @@ markers = ["slow", "manual"]
66
66
line-length = 79
67
67
extend-exclude = [
68
68
" versioneer.py" ,
69
- " src/WebexPythonSDK /_version.py" ,
69
+ " src/webexpythonsdk /_version.py" ,
70
70
" generator/**" ,
71
71
]
72
72
You can’t perform that action at this time.
0 commit comments