chore: rename bulkgen to hokusai
All checks were successful
Continuous Integration / Build Package (push) Successful in 35s
Continuous Integration / Lint, Check & Test (push) Successful in 57s

This commit is contained in:
Konstantin Fickel 2026-02-20 17:08:12 +01:00
parent a28cc97aed
commit 4def49350e
Signed by: kfickel
GPG key ID: A793722F9933C1A5
32 changed files with 215 additions and 213 deletions

View file

@ -1,5 +1,5 @@
[project]
name = "bulkgen"
name = "hokusai"
version = "0.1.0"
description = "Bulk-Generate Images with Generative AI"
readme = "README.md"
@ -16,7 +16,7 @@ dependencies = [
]
[project.scripts]
bulkgen = "bulkgen.cli:app"
hokusai = "hokusai.cli:app"
[build-system]
requires = ["hatchling"]