Skip to content

Commit ded7433

Browse files
committed
Refactor with new package name
1 parent de80a11 commit ded7433

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ exclude = [
5151
only-packages = true
5252

5353
[tool.hatch.build.targets.wheel]
54-
packages = ["src/cloud_storage_mocker"]
54+
packages = ["src/ct_cloud_storage_mocker"]
5555

5656
[tool.hatch.version]
57-
path = "src/cloud_storage_mocker/_version.py"
57+
path = "src/ct_cloud_storage_mocker/_version.py"
5858

5959
[tool.flake8]
6060
max-line-length = 88
File renamed without changes.

0 commit comments

Comments
 (0)