Skip to content

Commit

Permalink
chore: sadly falco was taken on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Dec 15, 2023
1 parent baf8929 commit 85c6530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "falco"
name = "falco-cli"
dynamic = ["version"]
description = ''
readme = "README.md"
Expand Down Expand Up @@ -51,14 +51,16 @@ 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",
"pytest",
"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 = [
Expand Down
2 changes: 1 addition & 1 deletion templates/project_name/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 85c6530

Please sign in to comment.