Skip to content

Commit cebaba1

Browse files
committed
refactor: Update file paths in pyproject.toml
1 parent ac33298 commit cebaba1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ build-backend = "poetry.core.masonry.api"
5353
[tool.versioneer]
5454
VCS = "git"
5555
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"
5858
tag_prefix = "v"
59-
parentdir_prefix = "WebexPythonSDK-"
59+
parentdir_prefix = "webexpythonsdk-"
6060

6161
[tool.pytest.ini_options]
6262
addopts = "--strict-markers"
@@ -66,7 +66,7 @@ markers = ["slow", "manual"]
6666
line-length = 79
6767
extend-exclude = [
6868
"versioneer.py",
69-
"src/WebexPythonSDK/_version.py",
69+
"src/webexpythonsdk/_version.py",
7070
"generator/**",
7171
]
7272

0 commit comments

Comments
 (0)