Skip to content

Commit bc3c4f1

Browse files
committed
Clean up gamma branch - remove legacy files and fix version
- Remove old quantcli/ package (legacy) - Remove old setup.py (use pyproject.toml only) - Fix version: 2.0.0 → 2.0.0-alpha.1 (match __init__.py) - Now only quantcoder/ package remains - Modern packaging with pyproject.toml
1 parent 9d5102e commit bc3c4f1

14 files changed

+1
-1465
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "quantcoder-cli"
7-
version = "2.0.0"
7+
version = "2.0.0-alpha.1"
88
description = "A modern CLI coding assistant for generating QuantConnect trading algorithms from research articles"
99
readme = "README.md"
1010
requires-python = ">=3.10"

quantcli/__init__.py

Whitespace-only changes.
-131 Bytes
Binary file not shown.
-11.2 KB
Binary file not shown.
-17.7 KB
Binary file not shown.
-37.5 KB
Binary file not shown.
-5.38 KB
Binary file not shown.
-5.62 KB
Binary file not shown.

quantcli/cli.py

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

0 commit comments

Comments
 (0)