docs: drop duplicate Entry Format block from CLAUDE.md

Entry Guidelines already defers to CONTRIBUTING.md, so keeping a parallel Entry Format section here creates drift risk (and the placeholder text was already inconsistent).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-04-22 01:00:40 +08:00
parent 4e85b22d11
commit 935a83b63c

View File

@@ -21,14 +21,6 @@ An opinionated list of Python frameworks, libraries, tools, and resources. Publi
- **Makefile**: `make install`, `make build`, `make preview`, `make test`, `make fetch_github_stars`.
- **pyproject.toml**: Uses `uv` for dependency management. Python >=3.13.
## Entry Format
```markdown
- [project-name](https://github.com/owner/repo) - Description ending with period.
```
Use PyPI package name as display name. If not on PyPI, use the GitHub repo name. Use GitHub URLs when available.
## Key Rules
- Alphabetical ordering within categories is mandatory.