diff --git a/.copier-answers.yml b/.copier-answers.yml index af08250..fd11737 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 8b11110 +_commit: fb65219 _src_path: gh:blakeNaccarato/copier-python actions_runner: ubuntu-22.04 active: false diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index f6a6bfd..d994e46 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "zstandard==0.22.0", ] [project.scripts] -c_therm_tci_tools = "c_therm_tci_tools.__main__:main" +"c_therm_tci_tools" = "c_therm_tci_tools.__main__:main" [tool.fawltydeps] actions = ["check_undeclared"]