mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 22:53:49 +08:00
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:
@@ -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`.
|
- **Makefile**: `make install`, `make build`, `make preview`, `make test`, `make fetch_github_stars`.
|
||||||
- **pyproject.toml**: Uses `uv` for dependency management. Python >=3.13.
|
- **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
|
## Key Rules
|
||||||
|
|
||||||
- Alphabetical ordering within categories is mandatory.
|
- Alphabetical ordering within categories is mandatory.
|
||||||
|
|||||||
Reference in New Issue
Block a user