Uh oh!
There was an error while loading. Please reload this page.
build(pyproject): add PyPI keywords and Trove classifiers to CLI packages - #256
Merged
ulises-jeremias merged 2 commits intoJul 24, 2026
Conversation
…ages Both create-awesome-python-app and create-python-app-core pyproject.toml files omitted keywords and Trove classifiers, which hurt PyPI discoverability. Add a keywords list covering the scaffold/fastapi/django/ celery/typer/uv/cli themes and classifiers for development status, license, Python 3.12/3.13, and the Code Generators topic so the packages surface correctly in PyPI search and filters. ClosesCreate-Python-App#246
Remove alignment spaces in inline comments flagged by ruff format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Both
create-awesome-python-appandcreate-python-app-corepyproject.tomlfiles omitkeywordsand Troveclassifiers, which hurts PyPI discoverability (search, filters, listing pages).This adds, to both packages:
keywordslist covering the scaffold/fastapi/django/celery/typer/uv/cli themes the CLI is built around.classifiersfor development status, environment (CLI package), intended audience, license, OS, Python 3.12/3.13, the Code Generators topic, and typing.No runtime behavior changes; only package metadata.
Closes#246
Verification
make lintcleanmake typecheck0 errorsmake test108 passed, 5 skippedmake buildsucceeds; inspectedPKG-INFOin both built sdist tarballs to confirmKeywords:andClassifier:lines are present and correct.