Renamed from Boilerplate to CleverClaude
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user