mess around with uv

This commit is contained in:
John Doty 2025-09-20 10:32:40 -07:00
parent f63dfd291f
commit 07f8de3f99
3 changed files with 200 additions and 7 deletions

View file

@ -30,9 +30,6 @@ CI = "https://github.com/decarabas/cry/actions"
[project.scripts]
cry = "cry.cli:cli"
[project.entry_points.console_scripts]
cry = "cry.cli:cli"
[project.optional-dependencies]
test = ["pytest"]