Skip to content

Commit 01156b4

Browse files
Merge pull request #95 from open-iscsi/617-fix-backward-compatibility
Fix configshell_fb import backward compatibility
2 parents b93fb3d + 3ebb081 commit 01156b4

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

configshell_fb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
configshell

configshell_fb.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ source = "vcs"
3636
[tool.hatch.build.targets.wheel]
3737
packages = [
3838
"configshell",
39-
"configshell_fb.py"
39+
"configshell_fb"
4040
]
4141

4242
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)