diff --git a/pyproject.toml b/pyproject.toml index 6fab20c9..5aac3ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "falco" +name = "falco-cli" dynamic = ["version"] description = '' readme = "README.md" @@ -51,6 +51,9 @@ Source = "https://github.com/tobi-de/falco" [tool.hatch.version] path = "src/falco/__about__.py" +[tool.hatch.build.targets.wheel] +packages = ["src/falco"] + [tool.hatch.envs.default] dependencies = [ "coverage[toml]>=6.5", @@ -58,7 +61,6 @@ dependencies = [ "ipython", ] [tool.hatch.envs.default.scripts] -#falco = "python src/falco/__main__.py" test = "pytest {args:tests}" test-cov = "coverage run -m pytest {args:tests}" cov-report = [ diff --git a/templates/project_name/README.md b/templates/project_name/README.md index 95adcf4f..1fd21994 100644 --- a/templates/project_name/README.md +++ b/templates/project_name/README.md @@ -1,6 +1,6 @@ # {{ project_name }} -[![falco](https://img.shields.io/badge/built%20with-fuzzy--couscous-success)](https://github.com/Tobi-De/falco) +[![falco](https://img.shields.io/badge/built%20with-falco-success)](https://github.com/Tobi-De/falco) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)