Skip to content

Commit ee29587

Browse files
Ralph Agentclaude
andcommitted
🐛 Revert README and pyproject.toml to template placeholders
Restore original placeholder text so onboard rename can replace them: - pyproject.toml description: "Add your description here" - README.md title: "# Python-Template" - README.md tagline: "Opinionated Python project stack. 🔋 Batteries included." Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9dc3161 commit ee29587

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# python-template
1+
# Python-Template
22

33
<p align="center">
44
<img src="media/banner.png" alt="2" width="400">
55
</p>
66

77
<p align="center">
8-
<b>🐍 Opinionated uv Python template with batteries included. Cursorrules, LLMs, linting, dead code analysis, and a whole lot more.</b>
8+
<b>Opinionated Python project stack. 🔋 Batteries included. </b>
99
</p>
1010

1111
<p align="center">

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "python-template"
33
version = "0.1.0"
4-
description = "🐍 Opinionated uv Python template with batteries included. Cursorrules, LLMs, linting, dead code analysis, and a whole lot more."
4+
description = "Add your description here"
55
authors = [
66
{ name = "Miyamura80", email = "eitomiyamura@gmail.com" }
77
]

0 commit comments

Comments
 (0)