Skip to content

Commit e3c0e3c

Browse files
committed
chore: hatch script so hatch run tsqx works
1 parent 5693f23 commit e3c0e3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ path = "tsqx/__about__.py"
2323
[tool.hatch.build.targets.wheel]
2424
packages = ["tsqx"]
2525

26+
[tool.hatch.envs.default.scripts]
27+
tsqx = "python -m tsqx"
28+
2629
[project.scripts]
2730
tsqx = "tsqx.__main__:main"
2831

0 commit comments

Comments
 (0)