This commit is contained in:
2026-05-20 14:13:21 -04:00
parent 2618b30d40
commit 75255b37d0
7 changed files with 27 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "qai-cli"
name = "qc-cli"
version = "0.1.0"
description = "CLI for SageMaker ONNX training and Qualcomm AI Hub optimization"
requires-python = ">=3.13"
@@ -17,7 +17,7 @@ dependencies = [
]
[project.scripts]
qai-cli = "src.main:app"
qc-cli = "src.main:app"
[tool.hatch.build.targets.wheel]
packages = ["src"]