Renamed from Boilerplate to CleverClaude

This commit is contained in:
Your Name
2025-08-10 00:20:59 +00:00
parent bae6665d94
commit 20d6c2549d
24 changed files with 219 additions and 194 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ requires = ["hatchling>=1.21.0"]
build-backend = "hatchling.build"
[project]
name = "boilerplate"
name = "cleverclaude"
version = "0.1.0"
description = "A modern Python 3.13 micro-service starter"
readme = "README.md"
@@ -45,15 +45,15 @@ dev = [
[project.urls]
Homepage = "https://git.cleverthis.com/cleverthis/base/base-python"
Documentation = "https://cleverthis.github.io/boilerplate"
Documentation = "https://cleverthis.github.io/cleverclaude"
Repository = "https://git.cleverthis.com/cleverthis/base/base-python"
Issues = "https://git.cleverthis.com/cleverthis/base/base-python/issues"
[project.scripts]
boilerplate = "boilerplate.cli:main"
cleverclaude = "cleverclaude.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/boilerplate"]
packages = ["src/cleverclaude"]
[tool.ruff]
line-length = 120