Skip to content

Commit

Permalink
fix build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Oct 8, 2024
1 parent 954e0d0 commit 3db9d1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "tastytrade-cli"
version = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion ttcli/data/ttcli.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ positions-show-theta = false
positions-show-gamma = false

[order]
bp-warn-above-percent = 5
bp-warn-above-percent = 5 # TODO: make this a float

[option]
chain-show-delta = true
Expand Down

0 comments on commit 3db9d1d

Please sign in to comment.